diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-09 23:46:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-10 01:08:23 +0100 |
commit | c7caf58e53975ad0f1d2da88708697c7b1bb5c32 (patch) | |
tree | 75ade1b77ccc52d48dc19da3853211a5675f4134 /loader/wall-traits.hpp | |
parent | e9082d38bf47c4083ef3469eb5779a79735f77cf (diff) |
loader, serialize: clean up a bit
Diffstat (limited to 'loader/wall-traits.hpp')
-rw-r--r-- | loader/wall-traits.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/wall-traits.hpp b/loader/wall-traits.hpp index 50576e2c..72492d98 100644 --- a/loader/wall-traits.hpp +++ b/loader/wall-traits.hpp @@ -22,7 +22,6 @@ template<> struct atlas_loader_traits<wall_atlas> static const Cell& make_invalid_atlas(Storage& st); static std::shared_ptr<Atlas> make_atlas(StringView name, const Cell& c); - static const Cell& make_placeholder_cell() noexcept; }; } // namespace floormat::loader_detail |