summaryrefslogtreecommitdiffhomepage
path: root/editor/editor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-30 20:07:08 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-10-30 20:07:08 +0100
commit552c996f82addbe85b28e3888b4e9f485dd1cf06 (patch)
treeff583f827d9b622e0ba7f6977372dbb26a99e1ac /editor/editor.hpp
parent0f929f208e87a521e28577d6def8e04e336188f1 (diff)
so now kill floor()
Diffstat (limited to 'editor/editor.hpp')
-rw-r--r--editor/editor.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/editor/editor.hpp b/editor/editor.hpp
index 7cd8a72c..5a194d59 100644
--- a/editor/editor.hpp
+++ b/editor/editor.hpp
@@ -74,11 +74,6 @@ struct editor final
[[nodiscard]] editor_mode mode() const noexcept { return _mode; }
void set_mode(editor_mode mode);
- tile_editor& floor() noexcept { return _floor; }
- const tile_editor& floor() const noexcept { return _floor; }
- tile_editor& wall() noexcept { return _wall; }
- const tile_editor& wall() const noexcept { return _wall; }
-
tile_editor* current();
const tile_editor* current() const;