diff options
Diffstat (limited to 'src/wall-atlas.hpp')
-rw-r--r-- | src/wall-atlas.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wall-atlas.hpp b/src/wall-atlas.hpp index df5c7deb..278f3bbe 100644 --- a/src/wall-atlas.hpp +++ b/src/wall-atlas.hpp @@ -35,8 +35,6 @@ struct Group default_tint : 1 = true, is_defined : 1 = false; - //bool is_empty() const noexcept { return count == 0; } - bool operator==(const Group&) const noexcept; }; |