From 07fd663b0287b6689d1b82135fa9d9d825adb1fd Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Thu, 4 Dec 2008 23:31:02 +0000 Subject: Remove left-over debug code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19348 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/lcd-sdl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uisimulator/sdl/lcd-sdl.c b/uisimulator/sdl/lcd-sdl.c index a3dc87fed0..6431c5f39d 100644 --- a/uisimulator/sdl/lcd-sdl.c +++ b/uisimulator/sdl/lcd-sdl.c @@ -65,7 +65,6 @@ void sdl_gui_update(SDL_Surface *surface, IFSPLIT(SDL_Surface *real_surface,) int x_start, int y_start, int width, int height, int max_x, int max_y, int ui_x, int ui_y) { - printf("(%d, %d, %d, %d);\n", x_start, y_start, width, height); int xmax, ymax; ymax = y_start + height; -- cgit v1.2.3