aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/preagi.cpp')
-rw-r--r--engines/agi/preagi.cpp10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/agi/preagi.cpp b/engines/agi/preagi.cpp
index 6ed3ff8ade..da163cb730 100644
--- a/engines/agi/preagi.cpp
+++ b/engines/agi/preagi.cpp
@@ -142,7 +142,7 @@ Common::Error PreAgiEngine::go() {
setflag(fSoundOn, true); // enable sound
//
-// FIXME (Fingolfin asks): Why are Mickey, Winnie and Troll standalone classes
+// FIXME (Fingolfin asks): Why are Mickey and Troll standalone classes
// instead of being subclasses of PreAgiEngine ?
//
@@ -156,14 +156,6 @@ Common::Error PreAgiEngine::go() {
delete mickey;
}
break;
- case GID_WINNIE:
- {
- Winnie *winnie = new Winnie(this);
- winnie->init();
- winnie->run();
- delete winnie;
- }
- break;
case GID_TROLL:
{
Troll *troll = new Troll(this);