Sfoglia il codice sorgente

remove deprecated view_dispatcher_enable_queue

MX 1 anno fa
parent
commit
417147138a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app.c

+ 0 - 1
app.c

@@ -29,7 +29,6 @@ CountDownTimerApp* countdown_app_new(void) {
 
     // 2.1 setup view dispatcher
     app->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(app->view_dispatcher);
 
     // 2.2 attach view dispatcher to gui
     view_dispatcher_attach_to_gui(app->view_dispatcher, app->gui, ViewDispatcherTypeFullscreen);