Skip to content

Commit

Permalink
Removed unused cBlockHayBaleHandler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Howaner committed Oct 7, 2014
1 parent 2a32dd2 commit e3a69a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
3 changes: 1 addition & 2 deletions src/Blocks/BlockHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "BlockGlass.h"
#include "BlockGlowstone.h"
#include "BlockGravel.h"
#include "BlockHayBale.h"
#include "BlockMobHead.h"
#include "BlockHopper.h"
#include "BlockIce.h"
Expand Down Expand Up @@ -231,7 +230,7 @@ cBlockHandler * cBlockHandler::CreateBlockHandler(BLOCKTYPE a_BlockType)
case E_BLOCK_GLASS_PANE: return new cBlockGlassHandler (a_BlockType);
case E_BLOCK_GRASS: return new cBlockDirtHandler (a_BlockType);
case E_BLOCK_GRAVEL: return new cBlockGravelHandler (a_BlockType);
case E_BLOCK_HAY_BALE: return new cBlockHayBaleHandler (a_BlockType);
case E_BLOCK_HAY_BALE: return new cBlockSidewaysHandler (a_BlockType);
case E_BLOCK_HEAD: return new cBlockMobHeadHandler (a_BlockType);
case E_BLOCK_HEAVY_WEIGHTED_PRESSURE_PLATE: return new cBlockPressurePlateHandler(a_BlockType);
case E_BLOCK_HOPPER: return new cBlockHopperHandler (a_BlockType);
Expand Down
22 changes: 0 additions & 22 deletions src/Blocks/BlockHayBale.h

This file was deleted.

0 comments on commit e3a69a5

Please sign in to comment.