From 9c8bd056d6d597a10f7f653b559dc34cd2bd2be9 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 18:34:15 +0200 Subject: ENGINES: Stop using 'single id' --- engines/cryo/detection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/cryo/detection.cpp') diff --git a/engines/cryo/detection.cpp b/engines/cryo/detection.cpp index b269d06be6..bb5be81898 100644 --- a/engines/cryo/detection.cpp +++ b/engines/cryo/detection.cpp @@ -133,7 +133,6 @@ static const ADGameDescription gameDescriptions[] = { class CryoMetaEngine : public AdvancedMetaEngine { public: CryoMetaEngine() : AdvancedMetaEngine(Cryo::gameDescriptions, sizeof(ADGameDescription), cryoGames) { - _singleId = "losteden"; } const char *getEngineId() const { -- cgit v1.2.3