diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 08:48:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-29 08:48:16 +0100 |
commit | 531c86fea3275214b37f50a2a44f8c0bd258156f (patch) | |
tree | 4cb65ece6ef182817f9a0b354442d07e351d8aaf /editor | |
parent | 0b09ee33c25e8ae8f1a7aa6b05e9453a82c65689 (diff) |
cleanup
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 |