Преглед на файлове

Common: Remove the unused and commented GetThemeDir prototype from FileUtil.

Emmanuel Gil Peyrot преди 11 години
родител
ревизия
fcdc8118eb
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      src/common/file_util.h

+ 0 - 3
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();