summaryrefslogtreecommitdiffhomepage
path: root/serialize/scenery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/scenery.cpp')
-rw-r--r--serialize/scenery.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/serialize/scenery.cpp b/serialize/scenery.cpp
index ff20d3d3..80f99d32 100644
--- a/serialize/scenery.cpp
+++ b/serialize/scenery.cpp
@@ -13,17 +13,6 @@
namespace floormat {
-#ifdef __clang__
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-copy-with-user-provided-dtor"
-#endif
-
-scenery_cell::~scenery_cell() noexcept = default;
-
-#ifdef __clang__
-#pragma clang diagnostic pop
-#endif
-
auto scenery_cell::make_json_wrapper() -> json_wrapper* { return new json_wrapper; }
} // namespace floormat