summaryrefslogtreecommitdiff
path: root/src/game/game_core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_core.cpp')
-rw-r--r--src/game/game_core.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/game/game_core.cpp b/src/game/game_core.cpp
index 6f301d35a..e1a21872a 100644
--- a/src/game/game_core.cpp
+++ b/src/game/game_core.cpp
@@ -27,11 +27,6 @@
/* static */ GameScannerInfo *Game::scanner_info = NULL;
/* static */ GameScannerLibrary *Game::scanner_library = NULL;
-/* static */ const char *Game::GetMainScript()
-{
- return Game::info->GetMainScript();
-}
-
/* static */ void Game::GameLoop()
{
if (_networking && !_network_server) return;