diff options
author | Max Horn | 2006-03-28 09:37:50 +0000 |
---|---|---|
committer | Max Horn | 2006-03-28 09:37:50 +0000 |
commit | 950c3451a2dbadffa6437e98a20eb3a4163216e2 (patch) | |
tree | 3b91633a1824a6b1a794c5ad9d2b0dd679901ab3 | |
parent | b54d73d220d1bea3e1e8fcdcb2c48c4e51344f67 (diff) | |
download | scummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.tar.gz scummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.tar.bz2 scummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.zip |
Removing bogus leftovers
svn-id: r21471
-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); |