From 825421108b2a8dff065a2e1f0c24e131e8b9fa64 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 24 Sep 2009 23:54:30 +0000 Subject: SCI: Delete unused function declaration svn-id: r44319 --- engines/sci/gfx/gfx_resmgr.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'engines') diff --git a/engines/sci/gfx/gfx_resmgr.h b/engines/sci/gfx/gfx_resmgr.h index 9372d69902..03f9ecc69b 100644 --- a/engines/sci/gfx/gfx_resmgr.h +++ b/engines/sci/gfx/gfx_resmgr.h @@ -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. * -- cgit v1.2.3