From 07018b1d1247f4fb558a2b551dd8d4ca35346377 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 14 Feb 2024 19:40:18 +0100 Subject: switch back to using StringView in atlas loader --- serialize/scenery.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'serialize') 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 -- cgit v1.2.3