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/cge2/detection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/cge2') diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index cc4fd711b1..5432a3b452 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -121,7 +121,6 @@ static const ADExtraGuiOptionsMap optionsList[] = { class CGE2MetaEngine : public AdvancedMetaEngine { public: CGE2MetaEngine() : AdvancedMetaEngine(gameDescriptions, sizeof(ADGameDescription), CGE2Games, optionsList) { - _singleId = "sfinx"; } const char *getEngineId() const { -- cgit v1.2.3