From e65a90e1773426ec510b1a5b20b9b1757a5df05d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 7 Nov 2023 21:08:33 +0100 Subject: bb --- test/json.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/json.cpp b/test/json.cpp index c819c599..c21fbc31 100644 --- a/test/json.cpp +++ b/test/json.cpp @@ -15,7 +15,7 @@ namespace floormat { -[[maybe_unused]] +#if 0 static chunk make_test_chunk() { auto metal1 = loader.tile_atlas("metal1", {2, 2}, pass_mode::pass), @@ -34,6 +34,7 @@ static chunk make_test_chunk() c[{K+1, K }].wall_west() = { metal2, 0 }; return c; } +#endif void test_app::test_json() // NOLINT(readability-convert-member-functions-to-static) { -- cgit v1.2.3