From e70e2b8eccb67d0fa29a2824bc135e81ace014d8 Mon Sep 17 00:00:00 2001 From: Samuel Barney Date: Mon, 22 Jun 2015 11:29:38 -0600 Subject: Rebased version of Code --- src/Blocks/BlockHandler.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Blocks/BlockHandler.h') diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index 4dec0dc95..a71c70e8b 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -83,9 +83,6 @@ public: /// Checks if the block can stay at the specified relative coords in the chunk virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk); - - /** Can the dirt under this block grow to grass? */ - virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta); /** Checks if the block can be placed at this point. Default: CanBeAt(...) -- cgit v1.2.3