summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index 2acc02abe4..30dcfd0a1c 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -746,10 +746,6 @@ bool playlist_viewer_ex(const char* filename)
746 gui_synclist_draw(&playlist_lists); 746 gui_synclist_draw(&playlist_lists);
747 break; 747 break;
748 748
749 case ACTION_NONE:
750 gui_syncstatusbar_draw(&statusbars, false);
751 break;
752
753 default: 749 default:
754 if(default_event_handler(button) == SYS_USB_CONNECTED) 750 if(default_event_handler(button) == SYS_USB_CONNECTED)
755 { 751 {
@@ -834,7 +830,6 @@ bool search_playlist(void)
834 gui_synclist_draw(&playlist_lists); 830 gui_synclist_draw(&playlist_lists);
835 while (!exit) 831 while (!exit)
836 { 832 {
837 gui_syncstatusbar_draw(&statusbars, false);
838 button = get_action(CONTEXT_LIST, HZ/4); 833 button = get_action(CONTEXT_LIST, HZ/4);
839 if (gui_synclist_do_button(&playlist_lists, &button, LIST_WRAP_UNLESS_HELD)) 834 if (gui_synclist_do_button(&playlist_lists, &button, LIST_WRAP_UNLESS_HELD))
840 continue; 835 continue;