summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;