Skip to content

Commit 8602051

Browse files
authored
Merge pull request #3 from ElectronicCats/dev
fix: delete unecessary function
2 parents b482c55 + 069348d commit 8602051

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Canbus_app/app_user.c

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ static App* app_alloc() {
3434
App* app = malloc(sizeof(App));
3535
app->scene_manager = scene_manager_alloc(&app_scene_handlers, app);
3636
app->view_dispatcher = view_dispatcher_alloc();
37-
view_dispatcher_enable_queue(app->view_dispatcher);
3837
view_dispatcher_set_custom_event_callback(app->view_dispatcher,
3938
app_scene_costum_callback);
4039
view_dispatcher_set_event_callback_context(app->view_dispatcher, app);

0 commit comments

Comments
 (0)