[Scummvm-cvs-logs] SF.net SVN: scummvm: [32187] scummvm/trunk/engines/made/graphics.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Mon May 19 23:23:00 CEST 2008


Revision: 32187
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32187&view=rev
Author:   eriktorbjorn
Date:     2008-05-19 14:22:59 -0700 (Mon, 19 May 2008)

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

Modified Paths:
--------------
    scummvm/trunk/engines/made/graphics.cpp

Modified: scummvm/trunk/engines/made/graphics.cpp
===================================================================
--- scummvm/trunk/engines/made/graphics.cpp	2008-05-19 21:04:49 UTC (rev 32186)
+++ scummvm/trunk/engines/made/graphics.cpp	2008-05-19 21:22:59 UTC (rev 32187)
@@ -171,8 +171,6 @@
 
 	while (height > 0) {
 
-		int drawDestOfs = 0;
-
 		memcpy(bitBuf, cmdBuffer, lineSize);
 		cmdBuffer += lineSize;
 


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