Skip to content

Commit

Permalink
[Cleanup] Remove Unused Group Methods (EQEmu#4559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinglykrab authored and MortimerGreenwald committed Dec 22, 2024
1 parent caec284 commit 902bdf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zone/groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ class Group : public GroupIDConsumer {
void AddMember(const std::string& new_member_name);
void SendUpdate(uint32 type,Mob* member);
void SendLeadershipAAUpdate();
void SendWorldGroup(uint32 zone_id,Mob* zoningmember);
bool DelMemberOOZ(const char *Name);
bool DelMember(Mob* oldmember,bool ignoresender = false);
void DisbandGroup(bool joinraid = false);
Expand All @@ -73,7 +72,6 @@ class Group : public GroupIDConsumer {
bool IsGroupMember(Mob* c);
bool IsGroupMember(const char* name);
bool Process();
bool IsGroup() { return true; }
void SendGroupJoinOOZ(Mob* NewMember);
void CastGroupSpell(Mob* caster,uint16 spellid);
void SplitExp(ExpSource exp_source, const uint64 exp, Mob* other);
Expand Down

0 comments on commit 902bdf6

Please sign in to comment.