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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Mar 29 23:46:26 CEST 2009


Revision: 39746
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39746&view=rev
Author:   wjpalenstijn
Date:     2009-03-29 21:46:26 +0000 (Sun, 29 Mar 2009)

Log Message:
-----------
SCI: remove some debugging printfs

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

Modified: scummvm/trunk/engines/sci/gfx/palette.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/palette.cpp	2009-03-29 19:09:23 UTC (rev 39745)
+++ scummvm/trunk/engines/sci/gfx/palette.cpp	2009-03-29 21:46:26 UTC (rev 39746)
@@ -112,9 +112,6 @@
 			_parent->_colors[pi].refcount = PALENTRY_FREE;
 			count++;
 		}
-#ifdef DEBUG_MERGE
-		fprintf(stderr, "%d: %d -> %d\n", pi, old, _parent->_colors[pi].refcount);
-#endif
 		_colors[i].parent_index = -1;
 	}
 #ifdef DEBUG_MERGE


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