From d83927d06f3dd848c995a26fde582b78c704f80c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Feb 2024 02:02:13 +0100 Subject: wip scenery loader --- src/wall-atlas.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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; }; -- cgit v1.2.3