diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/file_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index 9637d1b85..d0dccdf69 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h | |||
| @@ -116,9 +116,6 @@ bool SetCurrentDir(const std::string &directory); | |||
| 116 | // directory. To be used in "multi-user" mode (that is, installed). | 116 | // directory. To be used in "multi-user" mode (that is, installed). |
| 117 | const std::string& GetUserPath(const unsigned int DirIDX, const std::string &newPath=""); | 117 | const std::string& GetUserPath(const unsigned int DirIDX, const std::string &newPath=""); |
| 118 | 118 | ||
| 119 | // probably doesn't belong here | ||
| 120 | //std::string GetThemeDir(const std::string& theme_name); | ||
| 121 | |||
| 122 | // Returns the path to where the sys file are | 119 | // Returns the path to where the sys file are |
| 123 | std::string GetSysDirectory(); | 120 | std::string GetSysDirectory(); |
| 124 | 121 | ||