summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2008-12-04 23:31:02 +0000
committerRafaël Carré <rafael.carre@gmail.com>2008-12-04 23:31:02 +0000
commit07fd663b0287b6689d1b82135fa9d9d825adb1fd (patch)
tree78bb1b4fd380ef7d424970eb6f9cbe45ccbe7eed
parentbba06cfd551c7d34308ef7ea52455f07a5e2cfee (diff)
downloadrockbox-07fd663b0287b6689d1b82135fa9d9d825adb1fd.tar.gz
rockbox-07fd663b0287b6689d1b82135fa9d9d825adb1fd.zip
Remove left-over debug code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19348 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/sdl/lcd-sdl.c1
1 files changed, 0 insertions, 1 deletions
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,)
65 int x_start, int y_start, int width, 65 int x_start, int y_start, int width,
66 int height, int max_x, int max_y, int ui_x, int ui_y) 66 int height, int max_x, int max_y, int ui_x, int ui_y)
67{ 67{
68 printf("(%d, %d, %d, %d);\n", x_start, y_start, width, height);
69 int xmax, ymax; 68 int xmax, ymax;
70 69
71 ymax = y_start + height; 70 ymax = y_start + height;