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/BlockSlab.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Blocks/BlockSlab.h') diff --git a/src/Blocks/BlockSlab.h b/src/Blocks/BlockSlab.h index 9b3fad72e..58e85013e 100644 --- a/src/Blocks/BlockSlab.h +++ b/src/Blocks/BlockSlab.h @@ -88,12 +88,6 @@ public: return true; } - - virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta) override - { - return ((a_Meta & 0x8) != 0); - } - /// Returns true if the specified blocktype is one of the slabs handled by this handler static bool IsAnySlabType(BLOCKTYPE a_BlockType) -- cgit v1.2.3