[Scummvm-cvs-logs] SF.net SVN: scummvm:[44319] scummvm/trunk/engines/sci/gfx/gfx_resmgr.h
wjpalenstijn at users.sourceforge.net
wjpalenstijn at users.sourceforge.net
Fri Sep 25 01:54:30 CEST 2009
Revision: 44319
http://scummvm.svn.sourceforge.net/scummvm/?rev=44319&view=rev
Author: wjpalenstijn
Date: 2009-09-24 23:54:30 +0000 (Thu, 24 Sep 2009)
Log Message:
-----------
SCI: Delete unused function declaration
Modified Paths:
--------------
scummvm/trunk/engines/sci/gfx/gfx_resmgr.h
Modified: scummvm/trunk/engines/sci/gfx/gfx_resmgr.h
===================================================================
--- scummvm/trunk/engines/sci/gfx/gfx_resmgr.h 2009-09-24 22:10:39 UTC (rev 44318)
+++ scummvm/trunk/engines/sci/gfx/gfx_resmgr.h 2009-09-24 23:54:30 UTC (rev 44319)
@@ -131,17 +131,6 @@
/**
- * Retrieves the static palette from the interpreter-specific code.
- *
- * @param[in] colors_nr Number of colors to use
- * @param[in] num The palette to read
- * @return Static palette if a static palette must be
- * used, NULL otherwise
- */
- Palette *getPalette(int *colors_nr, int num = 999);
-
-
- /**
* Retrieves a font.
*
* @param[in] num The font number
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