[Scummvm-cvs-logs] SF.net SVN: scummvm:[38631] scummvm/trunk/engines/sci

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Feb 20 23:19:11 CET 2009


Revision: 38631
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38631&view=rev
Author:   thebluegr
Date:     2009-02-20 22:19:11 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Remove unused code (gfxr_interpreter_needs_multicolored_pointers)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gfx/resource/sci_resmgr.cpp
    scummvm/trunk/engines/sci/include/gfx_resmgr.h

Modified: scummvm/trunk/engines/sci/gfx/resource/sci_resmgr.cpp
===================================================================
--- scummvm/trunk/engines/sci/gfx/resource/sci_resmgr.cpp	2009-02-20 22:18:41 UTC (rev 38630)
+++ scummvm/trunk/engines/sci/gfx/resource/sci_resmgr.cpp	2009-02-20 22:19:11 UTC (rev 38631)
@@ -319,10 +319,4 @@
 	}
 }
 
-int
-gfxr_interpreter_needs_multicolored_pointers(int version, void *internal) {
-	return (version > SCI_VERSION_1);
-}
 
-
-

Modified: scummvm/trunk/engines/sci/include/gfx_resmgr.h
===================================================================
--- scummvm/trunk/engines/sci/include/gfx_resmgr.h	2009-02-20 22:18:41 UTC (rev 38630)
+++ scummvm/trunk/engines/sci/include/gfx_resmgr.h	2009-02-20 22:19:11 UTC (rev 38631)
@@ -344,13 +344,4 @@
 **             if a static palette must be used, NULL otherwise
 */
 
-int
-gfxr_interpreter_needs_multicolored_pointers(int version, void *internal);
-/* Determines whether support for pointers with more than two colors is required
-** Parameters: (int) version: Interpreter version to test for
-**             (void *) internal: Internal information provided by the interpreter
-** Returns   : (int) 0 if no support for multi-colored pointers is required, non-0
-**                   otherwise
-*/
-
 #endif /* !_GFX_RSMGR_H_ */


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