From e617e4b5374fd37392f44c97f5fd2008a61a63bd Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 3 Apr 2025 23:32:25 -0400 Subject: [PATCH] chore: deskflow-client, remove from help --use-x-window, options was unused and should not be reported as an option --- src/lib/deskflow/ClientApp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/deskflow/ClientApp.cpp b/src/lib/deskflow/ClientApp.cpp index 7883f8143..1296ef5fb 100644 --- a/src/lib/deskflow/ClientApp.cpp +++ b/src/lib/deskflow/ClientApp.cpp @@ -117,9 +117,6 @@ void ClientApp::help() #ifdef WINAPI_XWINDOWS << " [--display ]" << " [--no-xinitthreads]" -#endif -#ifdef WINAPI_LIBEI - << " [--use-x-window]" #endif << HELP_SYS_ARGS << HELP_COMMON_ARGS << " " << "\n\n"