Merge pull request #942 from linkmauve/master

Remove the unused and commented GetThemeDir prototype from FileUtil
This commit is contained in:
Tony Wasserka 2015-07-18 14:27:39 +02:00
commit 6c7d626390

View file

@ -116,9 +116,6 @@ bool SetCurrentDir(const std::string &directory);
// directory. To be used in "multi-user" mode (that is, installed).
const std::string& GetUserPath(const unsigned int DirIDX, const std::string &newPath="");
// probably doesn't belong here
//std::string GetThemeDir(const std::string& theme_name);
// Returns the path to where the sys file are
std::string GetSysDirectory();