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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Jun 6 19:10:15 CEST 2009


Revision: 41231
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41231&view=rev
Author:   lordhoto
Date:     2009-06-06 17:10:15 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
Fix unused variable warnings.

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

Modified: scummvm/trunk/engines/sci/gfx/operations.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/operations.cpp	2009-06-06 16:52:45 UTC (rev 41230)
+++ scummvm/trunk/engines/sci/gfx/operations.cpp	2009-06-06 17:10:15 UTC (rev 41231)
@@ -413,8 +413,8 @@
 
 int gfxop_init(int version, bool isVGA, GfxState *state, gfx_options_t *options, ResourceManager *resManager,
 			   int xfact, int yfact, gfx_color_mode_t bpp) {
-	int color_depth = bpp ? bpp : 1;
-	int initialized = 0;
+	//int color_depth = bpp ? bpp : 1;
+	//int initialized = 0;
 
 	BASIC_CHECKS(GFX_FATAL);
 


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