Explorar el Código

remove deprecated view_dispatcher_enable_queue

MX hace 1 año
padre
commit
417147138a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);