From 7c644fdcdca03959f8c2d679c35b4203beaf660b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Jun 2024 19:00:13 +0200 Subject: fix warning --- editor/tests/hole-test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor') diff --git a/editor/tests/hole-test.cpp b/editor/tests/hole-test.cpp index 389f3ec9..bc422b2a 100644 --- a/editor/tests/hole-test.cpp +++ b/editor/tests/hole-test.cpp @@ -60,7 +60,6 @@ void hole_test::draw_ui(app& a, float) { using Cr = CutResult; using bbox = Cr::bbox; - const auto& m = a.main(); const auto width = Math::min(ImGui::GetWindowSize().x, 400.f); const auto window_size = ImVec2{width, width}; const auto bgcolor = ImGui::ColorConvertFloat4ToU32({0, 0, 0, 1}); -- cgit v1.2.3