summaryrefslogtreecommitdiff
path: root/apps/gui/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/list.c')
-rw-r--r--apps/gui/list.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 662496d40d..04bd7e4c3f 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -643,9 +643,6 @@ bool gui_synclist_do_button(struct gui_synclist * lists,
643 643
644 switch (action) 644 switch (action)
645 { 645 {
646 case SYS_FOURHERTZ:
647 default_event_handler(action);
648 return true;
649 case ACTION_REDRAW: 646 case ACTION_REDRAW:
650 gui_synclist_draw(lists); 647 gui_synclist_draw(lists);
651 return true; 648 return true;