diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:40:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 19:40:18 +0100 |
commit | 07018b1d1247f4fb558a2b551dd8d4ca35346377 (patch) | |
tree | 51ee528771fbb77ee1f62adf38a1d8cca1c8ac8c /serialize | |
parent | 626e49662839a1ecd505547a5671d1ab8ac5b4aa (diff) |
switch back to using StringView in atlas loader
Diffstat (limited to 'serialize')
-rw-r--r-- | serialize/scenery.cpp | 11 |
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 |