From 9d0fe1b42c9f6a5c09bab444966d347a71a4b905 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 27 Jun 2022 20:44:07 +0200 Subject: refactor: remove unused cursor controller method ensure_position --- src/interfaces/cursor.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/interfaces/cursor.hpp') diff --git a/src/interfaces/cursor.hpp b/src/interfaces/cursor.hpp index 35c3047..90d45da 100644 --- a/src/interfaces/cursor.hpp +++ b/src/interfaces/cursor.hpp @@ -31,8 +31,6 @@ public: [[nodiscard]] virtual auto where() const noexcept -> Vector2 = 0; - virtual void ensure_position() noexcept = 0; - /** * Updates the stored cursor position. * -- cgit v1.2.3-18-g5258