[Scummvm-cvs-logs] SF.net SVN: scummvm:[42450] scummvm/branches/gsoc2009-16bit/engines/engine. cpp

upthorn at users.sourceforge.net upthorn at users.sourceforge.net
Mon Jul 13 21:24:41 CEST 2009


Revision: 42450
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42450&view=rev
Author:   upthorn
Date:     2009-07-13 19:24:41 +0000 (Mon, 13 Jul 2009)

Log Message:
-----------
Removed an unneeded debug console output from initGraphics

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/engines/engine.cpp

Modified: scummvm/branches/gsoc2009-16bit/engines/engine.cpp
===================================================================
--- scummvm/branches/gsoc2009-16bit/engines/engine.cpp	2009-07-13 19:24:22 UTC (rev 42449)
+++ scummvm/branches/gsoc2009-16bit/engines/engine.cpp	2009-07-13 19:24:41 UTC (rev 42450)
@@ -135,7 +135,6 @@
 			g_system->initSize(width, height, format);
 		else { 
 			Graphics::PixelFormat Format = g_system->getSupportedFormats().front();
-			debug("%d,%X,%X,%X",Format.bytesPerPixel << 3, Format.rBits(), Format.gBits(), Format.bBits());
 			g_system->initSize(width, height, &Format);
 		}
 #else


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