aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/detection.cpp')
-rw-r--r--engines/xeen/detection.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp
index 3bd4c22f97..64b28bf687 100644
--- a/engines/xeen/detection.cpp
+++ b/engines/xeen/detection.cpp
@@ -21,8 +21,6 @@
*/
#include "xeen/xeen.h"
-#include "xeen/clouds/clouds_game.h"
-#include "xeen/darkside/darkside_game.h"
#include "xeen/worldofxeen/worldofxeen_game.h"
#include "base/plugins.h"
@@ -116,11 +114,7 @@ bool XeenMetaEngine::createInstance(OSystem *syst, Engine **engine, const ADGame
switch (gd->gameID) {
case Xeen::GType_Clouds:
- *engine = new Xeen::CloudsEngine(syst, gd);
- break;
case Xeen::GType_DarkSide:
- *engine = new Xeen::DarkSideEngine(syst, gd);
- break;
case Xeen::GType_WorldOfXeen:
*engine = new Xeen::WorldOfXeenEngine(syst, gd);
break;