From aac592f98598aae327d07b2a1bb155e33c6d51b1 Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Fri, 3 Apr 2020 22:23:38 +0100 Subject: Manage block entity lifetime with unique_ptr (#4080) --- src/ChunkDef.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ChunkDef.h') diff --git a/src/ChunkDef.h b/src/ChunkDef.h index 9a6ed9f04..f93fed249 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -31,7 +31,6 @@ class cChunkCoords; using OwnedEntity = std::unique_ptr; using cEntityList = std::vector; -using cBlockEntities = std::map; -- cgit v1.2.3