summaryrefslogtreecommitdiffhomepage
path: root/serialize/world.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/world.hpp')
-rw-r--r--serialize/world.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/serialize/world.hpp b/serialize/world.hpp
index dd7f5078..39abaaca 100644
--- a/serialize/world.hpp
+++ b/serialize/world.hpp
@@ -24,10 +24,5 @@ struct adl_serializer<floormat::global_coords> {
static void from_json(const json& j, floormat::global_coords& val);
};
-template<>
-struct adl_serializer<floormat::world> {
- static void to_json(json& j, const floormat::world& val);
- static void from_json(const json& j, floormat::world& val);
-};
-
} // namespace nlohmann
+