From c158569af3f8303c1c2472490cfd2f5a1f599d35 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 23 Sep 2020 13:03:06 +0100 Subject: Remove unused Temporary namespace --- src/Blocks/BlockHandler.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/Blocks/BlockHandler.h') diff --git a/src/Blocks/BlockHandler.h b/src/Blocks/BlockHandler.h index 91362960e..55dbeb5ec 100644 --- a/src/Blocks/BlockHandler.h +++ b/src/Blocks/BlockHandler.h @@ -16,7 +16,6 @@ class cBlockPluginInterface; class cChunkInterface; class cWorldInterface; class cItems; -class BlockTypeRegistry; @@ -235,13 +234,3 @@ protected: BLOCKTYPE m_BlockType; }; - - - - -namespace Temporary -{ - /** Registers all the BlockHandler descendants in the specified registry. - Temporary, since this will later be performed in a plugin that provides the vanilla blocks. */ - void RegisterAllBlockHandlers(BlockTypeRegistry & aRegistry); -}; -- cgit v1.2.3