From bab5794f7693e4b8e2c063cde9f02ea5156aa939 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 28 Jun 2021 23:28:58 +0100 Subject: Remove some unused typedefs --- src/Chunk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Chunk.h') diff --git a/src/Chunk.h b/src/Chunk.h index 92e46cf5c..176f111ed 100644 --- a/src/Chunk.h +++ b/src/Chunk.h @@ -28,8 +28,6 @@ class cRedstoneSimulatorChunkData; struct SetChunkData; -typedef std::list cClientHandleList; - // A convenience macro for calling GetChunkAndRelByAbsolute. #define PREPARE_REL_AND_CHUNK(Position, OriginalChunk) cChunk * Chunk; Vector3i Rel; bool RelSuccess = (OriginalChunk).GetChunkAndRelByAbsolute(Position, &Chunk, Rel) -- cgit v1.2.3