diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-09-01 20:08:08 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-09-01 20:08:08 +0000 |
commit | 40d866bd9e2e65a2b7fbfcdc73fa2ad107498884 (patch) | |
tree | 7e9e93f83649767486af18264c3a0b8382c54803 /apps/wps.c | |
parent | 862813d37b74b7afb5437a8f5368493cdec2cb3b (diff) |
Fixed build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2113 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/wps.c')
-rw-r--r-- | apps/wps.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/wps.c b/apps/wps.c index 8576dbf973..6a672d1df3 100644 --- a/apps/wps.c +++ b/apps/wps.c @@ -166,10 +166,6 @@ void display_mute_text(bool muted) static void handle_usb(void) { #ifndef SIMULATOR -#ifdef HAVE_LCD_BITMAP - bool laststate=statusbar(false); -#endif - backlight_time(4); /* Tell the USB thread that we are safe */ @@ -180,10 +176,6 @@ static void handle_usb(void) usb_wait_for_disconnect(&button_queue); backlight_time(global_settings.backlight); - -#ifdef HAVE_LCD_BITMAP - statusbar(laststate); -#endif #endif } |