From 552c996f82addbe85b28e3888b4e9f485dd1cf06 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 30 Oct 2022 20:07:08 +0100 Subject: so now kill floor() --- editor/editor.hpp | 5 ----- 1 file changed, 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; -- cgit v1.2.3