فهرست منبع

Remove uncalled callback

Eric Betts 8 ماه پیش
والد
کامیت
6e996478c0
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      scenes/passy_scene_known_issues.c

+ 0 - 7
scenes/passy_scene_known_issues.c

@@ -5,13 +5,6 @@ static const char* known_issues_text = "Passy only uses BAC, not PACE for auth\n
                                        "  - German Personalausweis\n"
                                        "  - German Aufenthaltstitel post 2015\n";
 
-void passy_scene_known_issues_widget_callback(GuiButtonType result, InputType type, void* context) {
-    Passy* passy = context;
-    if(type == InputTypeShort) {
-        view_dispatcher_send_custom_event(passy->view_dispatcher, result);
-    }
-}
-
 void passy_scene_known_issues_on_enter(void* context) {
     Passy* passy = context;