summaryrefslogtreecommitdiffstats
path: root/src/app/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system.cpp')
-rw-r--r--src/app/system.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/app/system.cpp b/src/app/system.cpp
index eaa9e4c..b2e6b47 100644
--- a/src/app/system.cpp
+++ b/src/app/system.cpp
@@ -192,23 +192,7 @@ float CSystemUtils::TimeStampDiff(SystemTimeStamp *before, SystemTimeStamp *afte
return result;
}
-std::string CSystemUtils::GetDataPath()
-{
- return COLOBOT_DEFAULT_DATADIR;
-}
-
-std::string CSystemUtils::GetLangPath()
-{
- return COLOBOT_I18N_DIR;
-}
-
std::string CSystemUtils::GetProfileFileLocation()
{
return std::string("colobot.ini");
}
-
-std::string CSystemUtils::GetSavegameDirectoryLocation()
-{
- return std::string("savegame");
-}
-