summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/file_util.h3
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).
117const std::string& GetUserPath(const unsigned int DirIDX, const std::string &newPath=""); 117const 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
123std::string GetSysDirectory(); 120std::string GetSysDirectory();
124 121