summaryrefslogtreecommitdiffstats
path: root/src/Protocol/ChunkDataSerializer.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-06-16 11:58:26 +0200
committerMattes D <github@xoft.cz>2015-06-16 11:58:26 +0200
commit8eb6bde8810ffe64fdbad1e869c492d63e029457 (patch)
tree87bbd8a605c6684b0554ce7b025b66ec2df70fa9 /src/Protocol/ChunkDataSerializer.h
parentMerge pull request #2248 from cuberite/clang3.6 (diff)
parentRemoved version 29 serilization (diff)
downloadcuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar.gz
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar.bz2
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar.lz
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar.xz
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.tar.zst
cuberite-8eb6bde8810ffe64fdbad1e869c492d63e029457.zip
Diffstat (limited to 'src/Protocol/ChunkDataSerializer.h')
-rw-r--r--src/Protocol/ChunkDataSerializer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Protocol/ChunkDataSerializer.h b/src/Protocol/ChunkDataSerializer.h
index a082ef3d8..6acc1544b 100644
--- a/src/Protocol/ChunkDataSerializer.h
+++ b/src/Protocol/ChunkDataSerializer.h
@@ -22,14 +22,12 @@ protected:
Serializations m_Serializations;
- void Serialize29(AString & a_Data); // Release 1.2.4 and 1.2.5
void Serialize39(AString & a_Data); // Release 1.3.1 to 1.7.10
void Serialize47(AString & a_Data, int a_ChunkX, int a_ChunkZ); // Release 1.8
public:
enum
{
- RELEASE_1_2_5 = 29,
RELEASE_1_3_2 = 39,
RELEASE_1_8_0 = 47,
} ;