diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-03-05 21:01:35 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-03-05 21:01:35 +0000 |
| commit | bf1797b4e5375fbb77d785ee7a053552528078ad (patch) | |
| tree | 0acd02dca9b3b6a7f687091d87e97008c715ecdb | |
| parent | 611737bde8674d9ad45fd15caa26e035a1c76802 (diff) | |
| download | rockbox-bf1797b4e5375fbb77d785ee7a053552528078ad.zip rockbox-bf1797b4e5375fbb77d785ee7a053552528078ad.tar.gz rockbox-bf1797b4e5375fbb77d785ee7a053552528078ad.tar.bz2 rockbox-bf1797b4e5375fbb77d785ee7a053552528078ad.tar.xz | |
Remove the annoying backlight debug output in the simulator
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12628 a1c6a512-1295-4272-9138-f99709370657
| -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 |