summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockHandler.h')
-rw-r--r--src/Blocks/BlockHandler.h11
1 files changed, 0 insertions, 11 deletions
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);
-};