diff options
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index f7adfc9a..e4f26cf0 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -90,7 +90,6 @@ private: void draw_wireframe_box(global_coords pt); Containers::Pointer<floormat_main> M; - [[maybe_unused]] void* _dummy; std::shared_ptr<tile_atlas> _floor1, _floor2, _wall1, _wall2; ImGuiIntegration::Context _imgui{NoCreate}; wireframe_mesh<wireframe::quad> _wireframe_quad; |