diff options
Diffstat (limited to 'engines/groovie')
| -rw-r--r-- | engines/groovie/detection.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index 0aa06ded47..f386d8bfe9 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -42,8 +42,6 @@ static const PlainGameDescriptor groovieGames[] = { {"tlc", "Tender Loving Care"}, #endif - // Unknown - {"groovie", "Groovie engine game"}, {0, 0} }; @@ -333,8 +331,6 @@ static const ADExtraGuiOptionsMap optionsList[] = { class GroovieMetaEngine : public AdvancedMetaEngine { public: GroovieMetaEngine() : AdvancedMetaEngine(gameDescriptions, sizeof(GroovieGameDescription), groovieGames, optionsList) { - _singleId = "groovie"; - // Use kADFlagUseExtraAsHint in order to distinguish the 11th hour from // its "Making of" as well as the Clandestiny Trailer; they all share // the same MD5. |
