summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index d726daef3f..714dfe8ee9 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -101,8 +101,6 @@ long gui_wps_show(void)
101 bool update_track = false; 101 bool update_track = false;
102 int i; 102 int i;
103 long last_left = 0, last_right = 0; 103 long last_left = 0, last_right = 0;
104
105 action_signalscreenchange();
106 104
107 wps_state_init(); 105 wps_state_init();
108 106
@@ -242,7 +240,6 @@ long gui_wps_show(void)
242#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 240#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
243 show_remote_main_backdrop(); 241 show_remote_main_backdrop();
244#endif 242#endif
245 action_signalscreenchange();
246 if (onplay(wps_state.id3->path, FILE_ATTR_AUDIO, CONTEXT_WPS) 243 if (onplay(wps_state.id3->path, FILE_ATTR_AUDIO, CONTEXT_WPS)
247 == ONPLAY_MAINMENU) 244 == ONPLAY_MAINMENU)
248 return GO_TO_ROOT; 245 return GO_TO_ROOT;
@@ -268,7 +265,6 @@ long gui_wps_show(void)
268#endif 265#endif
269 FOR_NB_SCREENS(i) 266 FOR_NB_SCREENS(i)
270 gui_wps[i].display->stop_scroll(); 267 gui_wps[i].display->stop_scroll();
271 action_signalscreenchange();
272 return GO_TO_PREVIOUS_BROWSER; 268 return GO_TO_PREVIOUS_BROWSER;
273 break; 269 break;
274 270
@@ -562,7 +558,6 @@ long gui_wps_show(void)
562#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1 558#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
563 show_remote_main_backdrop(); 559 show_remote_main_backdrop();
564#endif 560#endif
565 action_signalscreenchange();
566 if (1 == pitch_screen()) 561 if (1 == pitch_screen())
567 return SYS_USB_CONNECTED; 562 return SYS_USB_CONNECTED;
568#if LCD_DEPTH > 1 563#if LCD_DEPTH > 1
@@ -668,7 +663,6 @@ long gui_wps_show(void)
668 } 663 }
669 664
670 if (exit) { 665 if (exit) {
671 action_signalscreenchange();
672#ifdef HAVE_LCD_CHARCELLS 666#ifdef HAVE_LCD_CHARCELLS
673 status_set_record(false); 667 status_set_record(false);
674 status_set_audio(false); 668 status_set_audio(false);