summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Root.cpp')
-rw-r--r--src/Root.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index f100a242a..462544ed2 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -558,15 +558,6 @@ void cRoot::KickUser(int a_ClientID, const AString & a_Reason)
-void cRoot::AuthenticateUser(int a_ClientID, const AString & a_Name, const cUUID & a_UUID, const Json::Value & a_Properties)
-{
- m_Server->AuthenticateUser(a_ClientID, a_Name, a_UUID, a_Properties);
-}
-
-
-
-
-
size_t cRoot::GetTotalChunkCount(void)
{
size_t Count = 0;