diff options
-rw-r--r-- | engines/saga/game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp index ddd365a80e..3ecff99410 100644 --- a/engines/saga/game.cpp +++ b/engines/saga/game.cpp @@ -1503,8 +1503,6 @@ DetectedGame GameDescription::toDetectedGame() { dg.updateDesc(extra); return dg; } - Common::Language language = Common::UNK_LANG; - Common::Platform platform = Common::kPlatformUnknown; static int detectGame(const FSList *fslist, Common::Language language, Common::Platform platform, int*& returnMatches) { int gamesCount = ARRAYSIZE(gameDescriptions); |