From 83d5c53dc0c2708ec67339b5eb725fe1cd6eb577 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 13 Sep 2026 04:19:53 +0000 Subject: [PATCH] 2026-09-13 04:19:52 Signed-off-by: lizzie --- src/input_common/drivers/mouse.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index 225a16501d..1f7cb7e966 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h @@ -116,7 +116,6 @@ private: Common::Vec wheel_position; Common::SteadyClock::time_point last_notify_timestamp{}; bool button_pressed = false; - bool has_moved = false; }; } // namespace InputCommon