Parameters::printParamUsage can now be an implementation detail

This commit is contained in:
Arne Morten Kvarving
2024-09-02 15:59:20 +02:00
parent 77dc5ad895
commit faa963056d
2 changed files with 87 additions and 90 deletions

View File

@@ -169,9 +169,6 @@ private:
}
};
// function prototype declarations
void printParamUsage(std::ostream& os, const ParamInfo& paramInfo);
std::string breakLines(const std::string& msg,
int indentWidth,
int maxWidth);