From 9eab26a1a1bdccb4da54f598e861f029aa72f41f Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 22 Mar 2013 21:21:45 +0000 Subject: (svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar. --- src/game/game_core.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/game/game_core.cpp') 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; -- cgit v1.2.3-54-g00ecf