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/Root.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Root.h') diff --git a/src/Root.h b/src/Root.h index a117596df..696b31ce3 100644 --- a/src/Root.h +++ b/src/Root.h @@ -1,7 +1,6 @@ #pragma once -#include "BlockTypeRegistry.h" #include "Defines.h" #include "FunctionRef.h" #include "HTTP/HTTPServer.h" @@ -96,7 +95,7 @@ public: cBrewingRecipes * GetBrewingRecipes (void) { return m_BrewingRecipes.get(); } // Exported in ManualBindings.cpp /** Returns the (read-write) storage for registered block types. */ - BlockTypeRegistry & GetBlockTypeRegistry() { return m_BlockTypeRegistry; } + // BlockTypeRegistry & GetBlockTypeRegistry() { return m_BlockTypeRegistry; } /** Returns the number of ticks for how long the item would fuel a furnace. Returns zero if not a fuel */ static int GetFurnaceFuelBurnTime(const cItem & a_Fuel); // tolua_export @@ -233,7 +232,7 @@ private: cHTTPServer m_HTTPServer; /** The storage for all registered block types. */ - BlockTypeRegistry m_BlockTypeRegistry; + // BlockTypeRegistry m_BlockTypeRegistry; void LoadGlobalSettings(); -- cgit v1.2.3