aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
authorMax Horn2006-03-28 09:37:50 +0000
committerMax Horn2006-03-28 09:37:50 +0000
commit950c3451a2dbadffa6437e98a20eb3a4163216e2 (patch)
tree3b91633a1824a6b1a794c5ad9d2b0dd679901ab3 /engines/saga
parentb54d73d220d1bea3e1e8fcdcb2c48c4e51344f67 (diff)
downloadscummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.tar.gz
scummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.tar.bz2
scummvm-rg350-950c3451a2dbadffa6437e98a20eb3a4163216e2.zip
Removing bogus leftovers
svn-id: r21471
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/game.cpp2
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);