From 410c29875700abe1104ea8634f207e2e57de7a71 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 25 Oct 2009 08:10:57 +0000 Subject: [PATCH] Cleanup svn-id: r45368 --- engines/sci/sci.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 817e0fbb451..4837c87b440 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -97,18 +97,6 @@ Common::Error SciEngine::run() { // Create debugger console. It requires GFX to be initialized _console = new Console(this); - /* bool end = false; - Common::EventManager *em = _system->getEventManager(); - while (!end) { - Common::Event ev; - if (em->pollEvent(ev)) { - if (ev.type == Common::EVENT_KEYDOWN) { - end = true; - } - } - _system->delayMillis(10); - } */ - // FIXME/TODO: Move some of the stuff below to init() _resMan = new ResourceManager();