summaryrefslogtreecommitdiff
path: root/apps/wps.c
diff options
context:
space:
mode:
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