From 4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Sun, 18 Jun 2017 19:55:15 +0200 Subject: Cpp11 patchset 11: continue working on constructor style migration (#6004) --- src/mesh_generator_thread.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/mesh_generator_thread.cpp') diff --git a/src/mesh_generator_thread.cpp b/src/mesh_generator_thread.cpp index d95506de1..f06bddb57 100644 --- a/src/mesh_generator_thread.cpp +++ b/src/mesh_generator_thread.cpp @@ -28,14 +28,6 @@ with this program; if not, write to the Free Software Foundation, Inc., CachedMapBlockData */ -CachedMapBlockData::CachedMapBlockData(): - p(-1337,-1337,-1337), - data(NULL), - refcount_from_queue(0), - last_used_timestamp(time(0)) -{ -} - CachedMapBlockData::~CachedMapBlockData() { assert(refcount_from_queue == 0); @@ -47,16 +39,6 @@ CachedMapBlockData::~CachedMapBlockData() QueuedMeshUpdate */ -QueuedMeshUpdate::QueuedMeshUpdate(): - p(-1337,-1337,-1337), - ack_block_to_server(false), - urgent(false), - crack_level(-1), - crack_pos(0,0,0), - data(NULL) -{ -} - QueuedMeshUpdate::~QueuedMeshUpdate() { delete data; -- cgit v1.2.3