summaryrefslogtreecommitdiffstats
path: root/src/ChunkDef.cpp
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-06-26 15:49:53 +0200
committerHowaner <franzi.moos@googlemail.com>2014-06-26 15:49:53 +0200
commiteaf36766f60662a0aa7829ae3d96f47fd91b408d (patch)
tree3075c09f947dfbaff163c405c74f518a8064ea89 /src/ChunkDef.cpp
parentderp (diff)
parentMerge pull request #1126 from mc-server/BlockInfoInit (diff)
downloadcuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar.gz
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar.bz2
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar.lz
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar.xz
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.tar.zst
cuberite-eaf36766f60662a0aa7829ae3d96f47fd91b408d.zip
Diffstat (limited to 'src/ChunkDef.cpp')
-rw-r--r--src/ChunkDef.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ChunkDef.cpp b/src/ChunkDef.cpp
deleted file mode 100644
index 367f66ccc..000000000
--- a/src/ChunkDef.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-
-#include "Globals.h"
-
-#include "ChunkDef.h"
-
-// It appears that failing to have this definition causes link errors as cChunkDef::Height is not
-// defined. It also appears that we can have the initalizer in the declaration so it can be inlined
-// if the declaration is in a class????
-const int cChunkDef::Height;