diff options
| -rw-r--r-- | uisimulator/sdl/lcd-bitmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uisimulator/sdl/lcd-bitmap.c b/uisimulator/sdl/lcd-bitmap.c index be908f2..3adb72b 100644 --- a/uisimulator/sdl/lcd-bitmap.c +++ b/uisimulator/sdl/lcd-bitmap.c @@ -100,8 +100,6 @@ void sim_backlight(int value) sdl_gui_update(lcd_surface, 0, 0, LCD_WIDTH, LCD_HEIGHT, LCD_WIDTH, LCD_HEIGHT, background ? UI_LCD_POSX : 0, background? UI_LCD_POSY : 0); -#else - DEBUGF("backlight: %s\n", (value > 0) ? "on" : "off"); #endif } #endif |