summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLO1ZB <andreasdaamen@web.de>2014-08-30 00:45:05 +0200
committerLO1ZB <andreasdaamen@web.de>2014-08-30 00:45:05 +0200
commitac95173e81028856e7dac7e751c9526d0c9d4c8a (patch)
treea7dabd8a72f03064974ca8e92da94113757a29a5
parentme being stupid (diff)
downloadcuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.gz
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.bz2
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.lz
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.xz
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.tar.zst
cuberite-ac95173e81028856e7dac7e751c9526d0c9d4c8a.zip
-rw-r--r--src/ChunkDef.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h
index b7122efe2..111e081db 100644
--- a/src/ChunkDef.h
+++ b/src/ChunkDef.h
@@ -16,10 +16,6 @@
-/** This is really only a placeholder to be used in places where we need to "make up" a chunk's Y coord.
-It will help us when the new chunk format comes out and we need to patch everything up for compatibility.
-*/
-
// Used to smoothly convert to new axis ordering. One will be removed when deemed stable.
#define AXIS_ORDER_YZX 1 // Original (1.1-)
#define AXIS_ORDER_XZY 2 // New (1.2+)