From fcdc8118ebf7fa559251fc037799673144d6fa3a Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 18 Jul 2015 13:08:19 +0100 Subject: Common: Remove the unused and commented GetThemeDir prototype from FileUtil. --- src/common/file_util.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/file_util.h b/src/common/file_util.h index 9637d1b8..d0dccdf6 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(); -- cgit v1.2.3