aboutsummaryrefslogtreecommitdiff
path: root/base/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/engine.h')
-rw-r--r--base/engine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/engine.h b/base/engine.h
index 47bf5d5b02..8ee85e6b40 100644
--- a/base/engine.h
+++ b/base/engine.h
@@ -57,9 +57,6 @@ public:
*/
virtual int go() = 0;
- /** Get the path to the save game directory. */
- virtual const char *getSavePath() const;
-
/** Get the path to the game data directory. */
virtual const char *getGameDataPath() const;