summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-07-18 13:08:19 +0100
committerGravatar Emmanuel Gil Peyrot2015-07-18 13:08:19 +0100
commitfcdc8118ebf7fa559251fc037799673144d6fa3a (patch)
treec38f2dfd8387499084724e3f2b1d8ce40d8b9421
parentMerge pull request #938 from Subv/querymem (diff)
downloadyuzu-fcdc8118ebf7fa559251fc037799673144d6fa3a.tar.gz
yuzu-fcdc8118ebf7fa559251fc037799673144d6fa3a.tar.xz
yuzu-fcdc8118ebf7fa559251fc037799673144d6fa3a.zip
Common: Remove the unused and commented GetThemeDir prototype from FileUtil.
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