summaryrefslogtreecommitdiffstats
path: root/src/Group.h
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-02-05 20:20:11 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-02-05 20:20:11 +0100
commit89ec774fd60630b167185fc2526655880a975752 (patch)
treeb84078eeac239abc634aaef8fb08fd2abad56b20 /src/Group.h
parentForgot extra lines. (diff)
downloadcuberite-89ec774fd60630b167185fc2526655880a975752.tar
cuberite-89ec774fd60630b167185fc2526655880a975752.tar.gz
cuberite-89ec774fd60630b167185fc2526655880a975752.tar.bz2
cuberite-89ec774fd60630b167185fc2526655880a975752.tar.lz
cuberite-89ec774fd60630b167185fc2526655880a975752.tar.xz
cuberite-89ec774fd60630b167185fc2526655880a975752.tar.zst
cuberite-89ec774fd60630b167185fc2526655880a975752.zip
Diffstat (limited to 'src/Group.h')
-rw-r--r--src/Group.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Group.h b/src/Group.h
index 3299aecbc..8bee6f7ed 100644
--- a/src/Group.h
+++ b/src/Group.h
@@ -18,8 +18,6 @@ public: // tolua_export
void AddPermission( AString a_Permission ); // tolua_export
void InheritFrom( cGroup* a_Group ); // tolua_export
- bool HasCommand( AString a_Command ); // tolua_export
-
typedef std::map< AString, bool > PermissionMap;
const PermissionMap & GetPermissions() const { return m_Permissions; }