Cleaned up CommonPaths some more and removed BuildCompleteFilename()

This commit is contained in:
adrian17
2013-09-28 00:21:44 +02:00
parent 5f86bc44d4
commit 6fc2ad56a4
4 changed files with 3 additions and 48 deletions
-2
View File
@@ -57,6 +57,4 @@ std::string TabsToSpaces(int tab_size, const std::string &in);
// "C:/Windows/winhelp.exe" to "C:/Windows/", "winhelp", ".exe"
bool SplitPath(const std::string& full_path, std::string* _pPath, std::string* _pFilename, std::string* _pExtension);
void BuildCompleteFilename(std::string& _CompleteFilename, const std::string& _Path, const std::string& _Filename);
#endif // _STRINGUTIL_H_