mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
SCI: Delete unused function declaration
svn-id: r44319
This commit is contained in:
parent
881eee8105
commit
825421108b
@ -130,17 +130,6 @@ public:
|
||||
gfx_pixmap_t *getCursor(int num);
|
||||
|
||||
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user