diff options
Diffstat (limited to '')
-rw-r--r-- | src/Group.h | 2 |
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; } |