summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.c')
-rw-r--r--apps/gui/yesno.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index 1e597f2fcb..756d267c63 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -167,9 +167,6 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
case SYS_CHARGER_DISCONNECTED:
/* ignore some SYS events that can happen */
continue;
- case SYS_FOURHERTZ: /* make sure this one works as expected */
- default_event_handler(button);
- break;
default:
if(default_event_handler(button) == SYS_USB_CONNECTED)
return(YESNO_USB);