summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
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;