diff options
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/region-test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/tests/region-test.cpp b/editor/tests/region-test.cpp index 55602d98..e24447c4 100644 --- a/editor/tests/region-test.cpp +++ b/editor/tests/region-test.cpp @@ -6,7 +6,6 @@ #include "../app.hpp" #include "../imgui-raii.hpp" #include "floormat/main.hpp" -#include <bitset> #include <mg/Vector2.h> namespace floormat::tests { @@ -17,7 +16,6 @@ using namespace floormat::imgui; using Search::div_count; using Search::div_size; -constexpr auto chunk_bits = div_count.product(); constexpr auto div_min = -iTILE_SIZE2/2 + div_size/2; struct pending_s |