[Scummvm-cvs-logs] SF.net SVN: scummvm:[45368] scummvm/trunk/engines/sci/sci.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Oct 25 09:10:57 CET 2009


Revision: 45368
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45368&view=rev
Author:   thebluegr
Date:     2009-10-25 08:10:57 +0000 (Sun, 25 Oct 2009)

Log Message:
-----------
Cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-10-25 03:26:20 UTC (rev 45367)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-10-25 08:10:57 UTC (rev 45368)
@@ -97,18 +97,6 @@
 	// 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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list