summaryrefslogtreecommitdiffstats
path: root/uisimulator/sdl/lcd-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/lcd-sdl.c')
-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,)
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;