BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls

This commit is contained in:
Max Horn 2011-06-04 00:14:09 +02:00
parent 6575cd195b
commit ce32745d9c
26 changed files with 75 additions and 89 deletions

View file

@ -79,7 +79,6 @@ public:
void warpMouse(int x, int y) {}
void setMouseCursor(const byte *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, int cursorTargetScale = 1, const Graphics::PixelFormat *format = NULL) {}
void setCursorPalette(const byte *colors, uint start, uint num) {}
void disableCursorPalette(bool disable) {}
};
#endif