diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 09:59:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 09:59:45 +0200 |
commit | 34134e88f6c6b8b4d19fec53366d6e40a3303c6e (patch) | |
tree | 2e8cd4ee882ffbaca7a2caae2d1e6b0be49c93ef /src/chunk.hpp | |
parent | cecd124c0c043ef261256fb9e3f1108cde1265c1 (diff) |
a
Diffstat (limited to 'src/chunk.hpp')
-rw-r--r-- | src/chunk.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp index 13c9eeb7..f0ed1426 100644 --- a/src/chunk.hpp +++ b/src/chunk.hpp @@ -34,7 +34,6 @@ struct chunk final chunk& operator=(chunk&&) = default; fm_DECLARE_DELETED_COPY_ASSIGNMENT(chunk); - fm_DECLARE_DEPRECATED_MOVE_ASSIGNMENT(chunk); private: std::array<tile, TILE_COUNT> _tiles = {}; |