Explorar o código

Fix deprecated call warning

anfractuosity hai 1 ano
pai
achega
67322b652e
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      scope.c

+ 0 - 1
scope.c

@@ -44,7 +44,6 @@ ScopeApp* scope_app_alloc() {
     // View Dispatcher
     app->view_dispatcher = view_dispatcher_alloc();
     app->scene_manager = scene_manager_alloc(&scope_scene_handlers, app);
-    view_dispatcher_enable_queue(app->view_dispatcher);
 
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);
     view_dispatcher_set_custom_event_callback(