Bläddra i källkod

Remove uncalled callback

Eric Betts 8 månader sedan
förälder
incheckning
6e996478c0
1 ändrade filer med 0 tillägg och 7 borttagningar
  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;