summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Wasserka <neobrainx@gmail.com>2015-07-18 14:27:39 +0200
committerTony Wasserka <neobrainx@gmail.com>2015-07-18 14:27:39 +0200
commit6c7d6263909013c193bdac9b4441b8dbd1687939 (patch)
treec38f2dfd8387499084724e3f2b1d8ce40d8b9421 /src
parentMerge pull request #938 from Subv/querymem (diff)
parentCommon: Remove the unused and commented GetThemeDir prototype from FileUtil. (diff)
downloadyuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar.gz
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar.bz2
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar.lz
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar.xz
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.tar.zst
yuzu-6c7d6263909013c193bdac9b4441b8dbd1687939.zip
Diffstat (limited to 'src')
-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);
// 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();