Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lee committed Aug 22, 2024
1 parent 341dcd3 commit 8ff990c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xremote.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ XRemote* xremote_app_alloc() {

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


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

0 comments on commit 8ff990c

Please sign in to comment.