summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 8f2c3c4f4a..c3e1ebec54 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -425,10 +425,8 @@ static bool playing_time(void)
425 gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info); 425 gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info);
426 gui_synclist_set_nb_items(&pt_lists, 8); 426 gui_synclist_set_nb_items(&pt_lists, 8);
427 gui_synclist_draw(&pt_lists); 427 gui_synclist_draw(&pt_lists);
428/* gui_syncstatusbar_draw(&statusbars, true); */
429 gui_synclist_speak_item(&pt_lists); 428 gui_synclist_speak_item(&pt_lists);
430 while (true) { 429 while (true) {
431/* gui_syncstatusbar_draw(&statusbars, false); */
432 if (list_do_action(CONTEXT_LIST, HZ/2, 430 if (list_do_action(CONTEXT_LIST, HZ/2,
433 &pt_lists, &key, LIST_WRAP_UNLESS_HELD) == 0 431 &pt_lists, &key, LIST_WRAP_UNLESS_HELD) == 0
434 && key!=ACTION_NONE && key!=ACTION_UNKNOWN) 432 && key!=ACTION_NONE && key!=ACTION_UNKNOWN)