master
Mrchiantos 2019-07-21 23:49:57 +02:00
parent bfdccee6dc
commit 3d03b360b8
2 changed files with 0 additions and 2 deletions

View File

@ -144,7 +144,6 @@ extern std::string path_share;
Linux: "~/.<PROJECT_NAME>"
Mac: "~/Library/Application Support/<PROJECT_NAME>"
*/
extern std::string path_share;
/*
Path to gettext locale files

View File

@ -34,7 +34,6 @@ namespace porting {
ioswrap_paths(PATH_DOCUMENTS, buf, sizeof(buf));
path_share = std::string(buf);
ioswrap_paths(PATH_LIBRARY_SUPPORT, buf, sizeof(buf));
path_share = std::string(buf);
path_locale = std::string(buf) + "/locale";
ioswrap_paths(PATH_LIBRARY_CACHE, buf, sizeof(buf));
path_cache = std::string(buf);