Skip to content

Commit

Permalink
Remove deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Aug 24, 2024
1 parent 0d40373 commit 94f1bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picopass.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Picopass* picopass_alloc() {

picopass->view_dispatcher = view_dispatcher_alloc();
picopass->scene_manager = scene_manager_alloc(&picopass_scene_handlers, picopass);
view_dispatcher_enable_queue(picopass->view_dispatcher);
view_dispatcher_set_event_callback_context(picopass->view_dispatcher, picopass);
view_dispatcher_set_custom_event_callback(
picopass->view_dispatcher, picopass_custom_event_callback);
Expand Down

0 comments on commit 94f1bee

Please sign in to comment.