Explorar el Código

remove deprecated view_dispatcher_enable_queue

MX hace 1 año
padre
commit
aa7b2b329e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      hex_viewer.c

+ 1 - 1
hex_viewer.c

@@ -34,7 +34,7 @@ HexViewer* hex_viewer_app_alloc() {
 
     //Scene additions
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
+    
 
     app->scene_manager = scene_manager_alloc(&hex_viewer_scene_handlers, app);
     view_dispatcher_set_event_callback_context(app->view_dispatcher, app);