summaryrefslogtreecommitdiffstats
path: root/src/Chunk.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2021-06-29 00:28:58 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2021-07-06 22:33:03 +0200
commitbab5794f7693e4b8e2c063cde9f02ea5156aa939 (patch)
tree78992aca3eed79f24ac8b6cfe1771dd5e3d529c3 /src/Chunk.h
parentProtocol: call the encryptor once before sending data (diff)
downloadcuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.gz
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.bz2
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.lz
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.xz
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.tar.zst
cuberite-bab5794f7693e4b8e2c063cde9f02ea5156aa939.zip
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)