From b246f33ab1a89e4c1f05928c52b5cd2fd65708ed Mon Sep 17 00:00:00 2001 From: Vaxry Date: Tue, 1 Jul 2025 23:18:01 +0200 Subject: [PATCH] inputmgr: remove unused var --- src/managers/input/InputManager.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/managers/input/InputManager.cpp b/src/managers/input/InputManager.cpp index a1efc49d..434bd677 100644 --- a/src/managers/input/InputManager.cpp +++ b/src/managers/input/InputManager.cpp @@ -185,7 +185,6 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus, bool mouse) { static auto PMOUSEFOCUSMON = CConfigValue("misc:mouse_move_focuses_monitor"); static auto PRESIZEONBORDER = CConfigValue("general:resize_on_border"); static auto PRESIZECURSORICON = CConfigValue("general:hover_icon_on_border"); - static auto PZOOMFACTOR = CConfigValue("cursor:zoom_factor"); const auto FOLLOWMOUSE = *PFOLLOWONDND && PROTO::data->dndActive() ? 1 : *PFOLLOWMOUSE;