diff options
Diffstat (limited to 'src/Root.h')
-rw-r--r-- | src/Root.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Root.h b/src/Root.h index 74a0acbb4..1db13a70f 100644 --- a/src/Root.h +++ b/src/Root.h @@ -130,9 +130,6 @@ public: /** Kicks the user, no matter in what world they are. Used from cAuthenticator */ void KickUser(int a_ClientID, const AString & a_Reason); - /** Called by cAuthenticator to auth the specified user */ - void AuthenticateUser(int a_ClientID, const AString & a_Name, const cUUID & a_UUID, const Json::Value & a_Properties); - /** Returns the number of chunks loaded */ size_t GetTotalChunkCount(void); // tolua_export |