diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-10 02:02:13 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-10 02:25:37 +0100 |
commit | d83927d06f3dd848c995a26fde582b78c704f80c (patch) | |
tree | f0898e9fbf973fe4ad986fc976c3e0a6ca14ee9d /src | |
parent | bc6349ce09ced9978384cd90df020a3350888c38 (diff) |
wip scenery loader
Diffstat (limited to 'src')
-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; }; |