diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-27 20:44:07 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-27 20:44:07 +0200 |
commit | 9d0fe1b42c9f6a5c09bab444966d347a71a4b905 (patch) | |
tree | 6a5f282e2fcae5ef3fd987e25ad5f6e6fc95169d /src/interfaces/cursor.hpp | |
parent | 837c8e8f5224dbc0e8b7b36d3e389482e8553e9f (diff) |
refactor: remove unused cursor controller method ensure_position
Diffstat (limited to 'src/interfaces/cursor.hpp')
-rw-r--r-- | src/interfaces/cursor.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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. * |