summaryrefslogtreecommitdiff
path: root/apps/plugins/pitch_screen.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-12-14 03:06:04 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2022-12-14 22:35:33 -0500
commit6b87bfadfff6c44722f8ffe5227c05c41b1b47c8 (patch)
treea0f346c8cde95c33d0561977a064cc438841923e /apps/plugins/pitch_screen.c
parenteaf717744d425e0bb8905f451e7443b07b67f97b (diff)
downloadrockbox-6b87bfadfff6c44722f8ffe5227c05c41b1b47c8.tar.gz
rockbox-6b87bfadfff6c44722f8ffe5227c05c41b1b47c8.zip
wps.c cleanup gui_show_wps
remove some old cruft move a few things around clean-up flow Change-Id: I138c6cd9e2d58ef526eb686333da413819df725d
Diffstat (limited to 'apps/plugins/pitch_screen.c')
-rw-r--r--apps/plugins/pitch_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pitch_screen.c b/apps/plugins/pitch_screen.c
index 76e7fa9775..e24e0240a2 100644
--- a/apps/plugins/pitch_screen.c
+++ b/apps/plugins/pitch_screen.c
@@ -1109,7 +1109,7 @@ int gui_syncpitchscreen_run(void)
1109 } 1109 }
1110 1110
1111 //rb->pcmbuf_set_low_latency(false); 1111 //rb->pcmbuf_set_low_latency(false);
1112 //pop_current_activity(ACTIVITY_REFRESH_NOW); 1112 //pop_current_activity();
1113 1113
1114 /* Clean up */ 1114 /* Clean up */
1115 FOR_NB_SCREENS(i) 1115 FOR_NB_SCREENS(i)