aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/detection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp
index 972ae76c68..9c0a5c3585 100644
--- a/engines/agi/detection.cpp
+++ b/engines/agi/detection.cpp
@@ -2259,8 +2259,6 @@ bool engineCreateAgi(OSystem *syst, Engine **engine, Common::EncapsulatedADGameD
*engine = new Agi::PreAgiEngine(syst, gd);
break;
case Agi::GType_V2:
- *engine = new Agi::AgiEngine(syst, gd);
- break;
case Agi::GType_V3:
*engine = new Agi::AgiEngine(syst, gd);
break;