diff options
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index beede7fbe3..2e95dc72be 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -972,7 +972,6 @@ public: BOOL setGroupContribution(const LLUUID& group_id, S32 contribution); BOOL setUserGroupFlags(const LLUUID& group_id, BOOL accept_notices, BOOL list_in_profile); const std::string &getGroupName() const { return mGroupName; } - BOOL canJoinGroups() const; private: std::string mGroupName; LLUUID mGroupID; |