소스 검색

remove deprecated view_dispatcher_enable_queue

MX 1 년 전
부모
커밋
693a58358e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      xremote_app.c

+ 0 - 1
xremote_app.c

@@ -358,7 +358,6 @@ XRemoteAppContext* xremote_app_context_alloc(void* arg) {
 
     /* Allocate and setup view dispatcher */
     ctx->view_dispatcher = view_dispatcher_alloc();
-    view_dispatcher_enable_queue(ctx->view_dispatcher);
     view_dispatcher_attach_to_gui(ctx->view_dispatcher, ctx->gui, ViewDispatcherTypeFullscreen);
 
     return ctx;