summaryrefslogtreecommitdiffhomepage
path: root/loader/wall-traits.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-09 23:46:45 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-10 01:08:23 +0100
commitc7caf58e53975ad0f1d2da88708697c7b1bb5c32 (patch)
tree75ade1b77ccc52d48dc19da3853211a5675f4134 /loader/wall-traits.hpp
parente9082d38bf47c4083ef3469eb5779a79735f77cf (diff)
loader, serialize: clean up a bit
Diffstat (limited to 'loader/wall-traits.hpp')
-rw-r--r--loader/wall-traits.hpp1
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