diff options
-rw-r--r-- | engines/sludge/detection.cpp | 1 | ||||
-rw-r--r-- | engines/sludge/detection_tables.h | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index 6dc7c12b7c..e884d17074 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -47,7 +47,6 @@ const char *SludgeEngine::getGameFile() const { static const PlainGameDescriptor sludgeGames[] = { { "sludge", "Sludge Game" }, { "welcome", "Welcome Example" }, - { "welcomeloop", "Welcome Loop Test" }, { "verbcoin", "Verb Coin" }, { "robinsrescue", "Robin's Rescue" }, { 0, 0 } diff --git a/engines/sludge/detection_tables.h b/engines/sludge/detection_tables.h index a64bdab314..e67d238258 100644 --- a/engines/sludge/detection_tables.h +++ b/engines/sludge/detection_tables.h @@ -49,18 +49,6 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, - { - { - "welcomeloop", - "", - AD_ENTRY1s("WelcomeLoop.slg", "89c67f14f88cfb54989847ef0cbb0d3b", 36947), - Common::EN_ANY, - Common::kPlatformUnknown, - ADGF_NO_FLAGS, - GUIO0() - }, - 0 - }, { { |