summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;