From 3945dc927cc449e55e5ef35af8168d2d872e1d34 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 24 Sep 2025 16:58:44 -0400 Subject: [PATCH] chore: remove unused ArgsBase::m_disableTray --- src/lib/deskflow/ArgsBase.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/deskflow/ArgsBase.h b/src/lib/deskflow/ArgsBase.h index f2e3e35d7..0abf297f8 100644 --- a/src/lib/deskflow/ArgsBase.h +++ b/src/lib/deskflow/ArgsBase.h @@ -53,9 +53,6 @@ public: /// @brief The name of the current computer std::string m_name; - /// @brief Should the app add a tray icon - bool m_disableTray = false; - /// @brief Will cause the application to exit with OK code when set to true bool m_shouldExitOk = false;