From f570948d7987bbf41627eb2e939016f6d18031d3 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sun, 24 Nov 2013 14:52:28 +0000 Subject: Fixed some comments and added debug logging --- source/Simulator/RedstoneSimulator.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/Simulator/RedstoneSimulator.h') diff --git a/source/Simulator/RedstoneSimulator.h b/source/Simulator/RedstoneSimulator.h index 10d87505c..25959ac0b 100644 --- a/source/Simulator/RedstoneSimulator.h +++ b/source/Simulator/RedstoneSimulator.h @@ -32,7 +32,6 @@ public: REDSTONE_Z_NEG = 0x8, }; eRedstoneDirection GetWireDirection(int a_BlockX, int a_BlockY, int a_BlockZ); - eRedstoneDirection GetWireDirection(const Vector3i & a_Pos) { return GetWireDirection(a_Pos.x, a_Pos.y, a_Pos.z); } private: @@ -118,7 +117,6 @@ private: /* ============================== */ /* ====== Misc Functions ====== */ - ///Returns if a block is viable to be the MiddleBlock of a SetLinkedPowered operation inline static bool IsViableMiddleBlock(BLOCKTYPE Block) { -- cgit v1.2.3