diff options
Diffstat (limited to '')
-rw-r--r-- | source/World.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/World.h b/source/World.h index 647c109e8..aa1f1f8bb 100644 --- a/source/World.h +++ b/source/World.h @@ -59,13 +59,6 @@ class cWorld { public: - enum eDimension - { - dimNether = -1, - dimOverworld = 0, - dimEnd = 1, - } ; - // tolua_end /// A simple RAII locker for the chunkmap - locks the chunkmap in its constructor, unlocks it in the destructor |