[Scummvm-cvs-logs] SF.net SVN: scummvm:[43659] scummvm/trunk/backends/platform/wii/osystem_gfx .cpp

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Sat Aug 22 19:20:55 CEST 2009


Revision: 43659
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43659&view=rev
Author:   dhewg
Date:     2009-08-22 17:20:55 +0000 (Sat, 22 Aug 2009)

Log Message:
-----------
Removed unused var

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/osystem_gfx.cpp

Modified: scummvm/trunk/backends/platform/wii/osystem_gfx.cpp
===================================================================
--- scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2009-08-22 16:40:16 UTC (rev 43658)
+++ scummvm/trunk/backends/platform/wii/osystem_gfx.cpp	2009-08-22 17:20:55 UTC (rev 43659)
@@ -200,8 +200,6 @@
 		if(_gamePixels)
 			free(_gamePixels);
 
-		size_t bufsize;
-
 #ifdef USE_RGB_COLOR
 		_gamePixels = (u8 *) memalign(32, _gameWidth * _gameHeight *
 										_screenPF.bytesPerPixel);


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