SCI: Delete unused function declaration

svn-id: r44319
This commit is contained in:
Willem Jan Palenstijn 2009-09-24 23:54:30 +00:00
parent 881eee8105
commit 825421108b

View File

@ -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.
*