소스 검색

Remove uncalled callback

Eric Betts 10 달 전
부모
커밋
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;