summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chunk.hpp1
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 = {};