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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Oct 11 23:18:44 CEST 2009


Revision: 44949
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44949&view=rev
Author:   eriktorbjorn
Date:     2009-10-11 21:18:43 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
Removed unused variable.

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

Modified: scummvm/trunk/engines/sci/gui/gui_gfx.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-11 20:46:04 UTC (rev 44948)
+++ scummvm/trunk/engines/sci/gui/gui_gfx.cpp	2009-10-11 21:18:43 UTC (rev 44949)
@@ -833,7 +833,6 @@
 	SegManager *segMan = _s->_segMan;
 	uint16 cursorPos = GET_SEL32V(controlObject, cursor);
 	uint16 maxChars = GET_SEL32V(controlObject, max);
-	uint16 oldCursor = cursorPos;
 	reg_t textReference = GET_SEL32(controlObject, text);
 	Common::String text;
 	uint16 textSize, eventType, eventKey;


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