summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wall-atlas.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp
index c2da82f9..0e2a6e1e 100644
--- a/src/wall-atlas.hpp
+++ b/src/wall-atlas.hpp
@@ -42,7 +42,7 @@ struct Direction
using memfn_ptr = Group Direction::*;
struct member_tuple { StringView name; memfn_ptr member; Group_ tag; };
- Group wall{}, overlay{}, side{}, top{};
+ Group wall{}, side{}, top{};
Group corner_L{}, corner_R{};
const Group& group(Group_ i) const;