Pārlūkot izejas kodu

remove deprecated view_dispatcher_enable_queue

MX 1 gadu atpakaļ
vecāks
revīzija
2c5795bd7f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      mfc_editor_app.c

+ 0 - 1
mfc_editor_app.c

@@ -47,7 +47,6 @@ MfcEditorApp* mfc_editor_app_alloc() {
 
     instance->view_dispatcher = view_dispatcher_alloc();
     instance->scene_manager = scene_manager_alloc(&mfc_editor_scene_handlers, instance);
-    view_dispatcher_enable_queue(instance->view_dispatcher);
     view_dispatcher_set_event_callback_context(instance->view_dispatcher, instance);
     view_dispatcher_set_custom_event_callback(
         instance->view_dispatcher, mfc_editor_app_custom_event_callback);