aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/sdl/graphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/graphics.cpp b/backends/sdl/graphics.cpp
index e9bffb0be0..bb2c68edf1 100644
--- a/backends/sdl/graphics.cpp
+++ b/backends/sdl/graphics.cpp
@@ -1048,7 +1048,6 @@ void OSystem_SDL::grabPalette(byte *colors, uint start, uint num) {
}
void OSystem_SDL::setCursorPalette(const byte *colors, uint start, uint num) {
- printf("setCursorPalette\n");
assert(colors);
const byte *b = colors;
uint i;