diff options
Diffstat (limited to 'src/BlockInfo.cpp')
-rw-r--r-- | src/BlockInfo.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp index f7f2b392c..5078997a8 100644 --- a/src/BlockInfo.cpp +++ b/src/BlockInfo.cpp @@ -2,7 +2,6 @@ #include "BlockInfo.h" #include "BlockType.h" -#include "Blocks/BlockHandler.h" @@ -422,15 +421,6 @@ cBlockInfo::cBlockInfo(): -cBlockHandler * cBlockInfo::GetHandler(BLOCKTYPE a_Type) -{ - return &cBlockHandler::GetBlockHandler(a_Type); -} - - - - - float cBlockInfo::GetExplosionAbsorption(const BLOCKTYPE Block) { switch (Block) |