diff options
Diffstat (limited to 'src/wall-atlas.hpp')
| -rw-r--r-- | src/wall-atlas.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index 52a1f96a..230c4e4f 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -60,12 +60,6 @@ struct Direction { "corner"_s, &Direction::corner, Group_::corner }, }; static_assert(array_size(groups) == (size_t)Group_::COUNT); - - static constexpr member_tuple groups_for_draw[] = { - { "wall"_s, &Direction::wall, Group_::wall }, - { "side"_s, &Direction::side, Group_::side }, - { "top"_s, &Direction::top, Group_::top }, - }; }; struct Info |
