summaryrefslogtreecommitdiffstats
path: root/src/Group.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-02-05 21:07:10 +0100
committerMattes D <github@xoft.cz>2014-02-05 21:07:10 +0100
commitcd634ea138d41b701db7439cef01b95330ae1073 (patch)
tree75d3e38c3f0c5bbbfa8e496487202e7574a88428 /src/Group.h
parentMerge pull request #645 from mc-server/GroupsPermissions (diff)
parentRemoved deprecated HasCommand function (diff)
downloadcuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.gz
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.bz2
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.lz
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.xz
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.tar.zst
cuberite-cd634ea138d41b701db7439cef01b95330ae1073.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; }