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,
167 case SYS_CHARGER_DISCONNECTED: 167 case SYS_CHARGER_DISCONNECTED:
168 /* ignore some SYS events that can happen */ 168 /* ignore some SYS events that can happen */
169 continue; 169 continue;
170 case SYS_FOURHERTZ: /* make sure this one works as expected */
171 default_event_handler(button);
172 break;
173 default: 170 default:
174 if(default_event_handler(button) == SYS_USB_CONNECTED) 171 if(default_event_handler(button) == SYS_USB_CONNECTED)
175 return(YESNO_USB); 172 return(YESNO_USB);