diff --git a/rpcs3/Input/mouse_gyro_state.h b/rpcs3/Input/mouse_gyro_state.h index bd8537da34..6385af185c 100644 --- a/rpcs3/Input/mouse_gyro_state.h +++ b/rpcs3/Input/mouse_gyro_state.h @@ -20,12 +20,6 @@ private: public: void clear(); - bool is_gyro_active() const { return active; } - bool needs_gyro_reset() const { return reset; } - s32 get_gyro_x() const { return gyro_x; } - s32 get_gyro_y() const { return gyro_y; } - s32 get_gyro_z() const { return gyro_z; } - void set_gyro_active(); void set_gyro_reset(); void set_gyro_xz(s32 off_x, s32 off_y);