[Scummvm-cvs-logs] SF.net SVN: scummvm: [29761] scummvm/trunk/engines/agi/picture.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Dec 8 11:13:45 CET 2007


Revision: 29761
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29761&view=rev
Author:   fingolfin
Date:     2007-12-08 02:13:44 -0800 (Sat, 08 Dec 2007)

Log Message:
-----------
Fix compiler warning

Modified Paths:
--------------
    scummvm/trunk/engines/agi/picture.cpp

Modified: scummvm/trunk/engines/agi/picture.cpp
===================================================================
--- scummvm/trunk/engines/agi/picture.cpp	2007-12-08 09:51:24 UTC (rev 29760)
+++ scummvm/trunk/engines/agi/picture.cpp	2007-12-08 10:13:44 UTC (rev 29761)
@@ -64,9 +64,11 @@
 		*p = _scrColor | (*p & 0xf0);
 }
 
+#if 0
 static void drawProc(int x, int y, int c, void *data) {
 	((PictureMgr *)data)->putVirtPixel(x, y);
 }
+#endif
 
 /**
  * Draw an AGI line.


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