diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/wall-atlas.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/wall-atlas.cpp b/src/wall-atlas.cpp index 344404d3..94134523 100644 --- a/src/wall-atlas.cpp +++ b/src/wall-atlas.cpp @@ -6,19 +6,6 @@ namespace floormat { -namespace { - -inline uint8_t direction_count_(std::array<uint8_t, 4> rot_to_direction) -{ - uint8_t total = 0; - for (uint8_t x : rot_to_direction) - if (x != (uint8_t)-1) - total++; - return total; -} - -} // namespace - namespace Wall { } // namespace Wall |