summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-01 20:08:08 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-01 20:08:08 +0000
commit40d866bd9e2e65a2b7fbfcdc73fa2ad107498884 (patch)
tree7e9e93f83649767486af18264c3a0b8382c54803 /apps/wps.c
parent862813d37b74b7afb5437a8f5368493cdec2cb3b (diff)
downloadrockbox-40d866bd9e2e65a2b7fbfcdc73fa2ad107498884.tar.gz
rockbox-40d866bd9e2e65a2b7fbfcdc73fa2ad107498884.zip
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.c8
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)
166static void handle_usb(void) 166static void handle_usb(void)
167{ 167{
168#ifndef SIMULATOR 168#ifndef SIMULATOR
169#ifdef HAVE_LCD_BITMAP
170 bool laststate=statusbar(false);
171#endif
172
173 backlight_time(4); 169 backlight_time(4);
174 170
175 /* Tell the USB thread that we are safe */ 171 /* Tell the USB thread that we are safe */
@@ -180,10 +176,6 @@ static void handle_usb(void)
180 usb_wait_for_disconnect(&button_queue); 176 usb_wait_for_disconnect(&button_queue);
181 177
182 backlight_time(global_settings.backlight); 178 backlight_time(global_settings.backlight);
183
184#ifdef HAVE_LCD_BITMAP
185 statusbar(laststate);
186#endif
187#endif 179#endif
188} 180}
189 181