summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Chunk.h')
-rw-r--r--src/Chunk.h2
1 files changed, 0 insertions, 2 deletions
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<cClientHandle *> 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)