summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-10 02:02:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 02:25:37 +0100
commitd83927d06f3dd848c995a26fde582b78c704f80c (patch)
treef0898e9fbf973fe4ad986fc976c3e0a6ca14ee9d /src
parentbc6349ce09ced9978384cd90df020a3350888c38 (diff)
wip scenery loader
Diffstat (limited to 'src')
-rw-r--r--src/wall-atlas.hpp2
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;
};