(svn r25114) -Fix [FS#5509]: GS lang files did not work, when inside a tar.

This commit is contained in:
frosch
2013-03-22 21:21:45 +00:00
parent da68c497af
commit 9eab26a1a1
3 changed files with 35 additions and 34 deletions

View File

@@ -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);