summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-21 15:29:54 +0200
committerMattes D <github@xoft.cz>2014-08-21 15:29:54 +0200
commit8acc8831879582e24c53c18d0442db0b1df6c6b6 (patch)
treea1d8777a198b64d791c47288c3ed651bb638e0bf /src/Root.h
parentcMojangAPI: Fixed MakeUUID___() bindings. (diff)
downloadcuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.gz
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.bz2
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.lz
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.xz
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.tar.zst
cuberite-8acc8831879582e24c53c18d0442db0b1df6c6b6.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Root.h b/src/Root.h
index 68469c72f..2e870a1ee 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -14,7 +14,6 @@
// fwd:
class cThread;
class cMonsterConfig;
-class cGroupManager;
class cCraftingRecipes;
class cFurnaceRecipe;
class cWebAdmin;
@@ -79,7 +78,6 @@ public:
cMonsterConfig * GetMonsterConfig(void) { return m_MonsterConfig; }
- cGroupManager * GetGroupManager (void) { return m_GroupManager; } // tolua_export
cCraftingRecipes * GetCraftingRecipes(void) { return m_CraftingRecipes; } // tolua_export
cFurnaceRecipe * GetFurnaceRecipe (void) { return m_FurnaceRecipe; } // Exported in ManualBindings.cpp with quite a different signature
@@ -124,9 +122,6 @@ public:
/// Saves all chunks in all worlds
void SaveAllChunks(void); // tolua_export
- /// Reloads all the groups
- void ReloadGroups(void); // tolua_export
-
/// Calls the callback for each player in all worlds
bool ForEachPlayer(cPlayerListCallback & a_Callback); // >> EXPORTED IN MANUALBINDINGS <<
@@ -189,7 +184,6 @@ private:
cServer * m_Server;
cMonsterConfig * m_MonsterConfig;
- cGroupManager * m_GroupManager;
cCraftingRecipes * m_CraftingRecipes;
cFurnaceRecipe * m_FurnaceRecipe;
cWebAdmin * m_WebAdmin;