1
0

Removed version 29 serilization

This has been unused since support for <1.7 has been dropped.
This commit is contained in:
tycho
2015-06-15 18:13:24 +01:00
parent b259ab53fb
commit 6687ed03a1
2 changed files with 0 additions and 62 deletions

View File

@@ -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,
} ;