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