diff src/video/pandora/SDL_pandora.h @ 5152:be02be2ea897

Making the API simpler, removed support for palettized video modes and textures.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 21:23:43 -0800
parents 11cedc036ca1
children 3a8a452b49f0
line wrap: on
line diff
--- a/src/video/pandora/SDL_pandora.h	Tue Feb 01 20:50:04 2011 -0800
+++ b/src/video/pandora/SDL_pandora.h	Tue Feb 01 21:23:43 2011 -0800
@@ -70,8 +70,6 @@
 void PND_videoquit(_THIS);
 void PND_getdisplaymodes(_THIS, SDL_VideoDisplay * display);
 int PND_setdisplaymode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode);
-int PND_setdisplaypalette(_THIS, SDL_Palette * palette);
-int PND_getdisplaypalette(_THIS, SDL_Palette * palette);
 int PND_setdisplaygammaramp(_THIS, Uint16 * ramp);
 int PND_getdisplaygammaramp(_THIS, Uint16 * ramp);
 int PND_createwindow(_THIS, SDL_Window * window);