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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Jan 4 19:33:32 CET 2010


Revision: 46982
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46982&view=rev
Author:   lordhoto
Date:     2010-01-04 18:33:31 +0000 (Mon, 04 Jan 2010)

Log Message:
-----------
Comment out unused variable.

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

Modified: scummvm/trunk/engines/sci/gui/gui_palette.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui_palette.cpp	2010-01-04 18:24:58 UTC (rev 46981)
+++ scummvm/trunk/engines/sci/gui/gui_palette.cpp	2010-01-04 18:33:31 UTC (rev 46982)
@@ -299,7 +299,7 @@
 // Returns true, if palette got changed
 bool SciGuiPalette::animate(byte fromColor, byte toColor, int speed) {
 	GuiColor col;
-	byte colorNr;
+	//byte colorNr;
 	int16 colorCount;
 	uint32 now = g_system->getMillis() * 60 / 1000;
 


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