summaryrefslogtreecommitdiffstats
path: root/src/app/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/system.h')
-rw-r--r--src/app/system.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/app/system.h b/src/app/system.h
index c2125fe..01f2672 100644
--- a/src/app/system.h
+++ b/src/app/system.h
@@ -130,17 +130,8 @@ public:
/** The difference is \a after - \a before. */
virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) = 0;
- //! Returns the data path (containing textures, levels, helpfiles, etc)
- virtual std::string GetDataPath();
-
- //! Returns the translations path
- virtual std::string GetLangPath();
-
//! Returns the profile (colobot.ini) file location
virtual std::string GetProfileFileLocation();
-
- //! Returns the savegame directory location
- virtual std::string GetSavegameDirectoryLocation();
};
//! Global function to get CSystemUtils instance