From 747c8d5ea422d0eb93d85eabc18eb8887b10861d Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 24 Dec 2021 04:40:30 +0100 Subject: Remove dead code/documentation/comments Change-Id: I4928d5967ad8a1f15b8725853102b74420252cc6 --- apps/onplay.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/onplay.c') 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) gui_synclist_set_voice_callback(&pt_lists, playing_time_speak_info); gui_synclist_set_nb_items(&pt_lists, 8); gui_synclist_draw(&pt_lists); -/* gui_syncstatusbar_draw(&statusbars, true); */ gui_synclist_speak_item(&pt_lists); while (true) { -/* gui_syncstatusbar_draw(&statusbars, false); */ if (list_do_action(CONTEXT_LIST, HZ/2, &pt_lists, &key, LIST_WRAP_UNLESS_HELD) == 0 && key!=ACTION_NONE && key!=ACTION_UNKNOWN) -- cgit v1.2.3