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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Oct 4 12:48:49 CEST 2009


Revision: 44596
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44596&view=rev
Author:   m_kiewitz
Date:     2009-10-04 10:48:49 +0000 (Sun, 04 Oct 2009)

Log Message:
-----------
SCI: removing unused variables from onControl

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

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-04 10:47:10 UTC (rev 44595)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2009-10-04 10:48:49 UTC (rev 44596)
@@ -871,7 +871,6 @@
 reg_t kOnControl(EngineState *s, int argc, reg_t *argv) {
 	Common::Rect rect;
 	byte screenMask;
-	int16 y, x;
 	int argBase = 0;
 
 	if ((argc == 2) || (argc == 4)) {


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