summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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+)