diff options
Diffstat (limited to 'src/Items/ItemSlab.h')
-rw-r--r-- | src/Items/ItemSlab.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Items/ItemSlab.h b/src/Items/ItemSlab.h index 05bd60423..ff83c0367 100644 --- a/src/Items/ItemSlab.h +++ b/src/Items/ItemSlab.h @@ -1,12 +1,4 @@ -// ItemSlab.h - -// Declares the cItemSlabHandler responsible for handling slabs, when in their item form. - - - - - #pragma once #include "ItemHandler.h" @@ -126,7 +118,3 @@ protected: /** The block type to use when the slab combines into a doubleslab block. */ BLOCKTYPE m_DoubleSlabBlockType; }; - - - - |