Skip to content

Commit

Permalink
Remove deprecated view_dispatcher_enable_queue(ViewDispatcher*)
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Sep 21, 2024
1 parent 2d695e2 commit 0df5213
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/apps/lirc_converter/lirc_converter.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ LIRCConverter* lirc_converter_alloc() {

// Scene additions
app->view_dispatcher = view_dispatcher_alloc();
view_dispatcher_enable_queue(app->view_dispatcher);

app->scene_manager = scene_manager_alloc(&lirc_converter_scene_handlers, app);
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
Expand Down

0 comments on commit 0df5213

Please sign in to comment.