diff options
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. * |