summaryrefslogtreecommitdiff
path: root/src/game/game.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-03-22 21:21:45 +0000
committerfrosch <frosch@openttd.org>2013-03-22 21:21:45 +0000
commit9eab26a1a1bdccb4da54f598e861f029aa72f41f (patch)
tree07dc3ea33fb9fe31d3bd82dc5d9235ee3c6132d5 /src/game/game.hpp
parentda68c497af19ee1c0eeddcc31425a737a6f9e695 (diff)
downloadopenttd-9eab26a1a1bdccb4da54f598e861f029aa72f41f.tar.xz
(svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar.
Diffstat (limited to 'src/game/game.hpp')
-rw-r--r--src/game/game.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/game.hpp b/src/game/game.hpp
index 66a155bd5..faa9650bf 100644
--- a/src/game/game.hpp
+++ b/src/game/game.hpp
@@ -112,11 +112,6 @@ public:
*/
static class GameInstance *GetInstance() { return Game::instance; }
- /**
- * Get the current active mainscript.
- */
- static const char *GetMainScript();
-
#if defined(ENABLE_NETWORK)
/** Wrapper function for GameScanner::HasGame */
static bool HasGame(const struct ContentInfo *ci, bool md5sum);