Remove a misleading event that was only used internally

0.6.5-rc1
Melanie Thielker 2009-05-14 21:28:02 +00:00
parent 6277156044
commit 9248300596
2 changed files with 0 additions and 3 deletions

View File

@ -32,12 +32,10 @@ using OpenSim.Framework;
namespace OpenSim.Region.Framework.Interfaces
{
public delegate void NewGroupNotice(UUID groupID, UUID noticeID);
public delegate void GroupChange(UUID groupID);
public interface IGroupsModule
{
event NewGroupNotice OnNewGroupNotice;
event GroupChange OnGroupChange;
void ActivateGroup(IClientAPI remoteClient, UUID groupID);
List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID);

View File

@ -541,7 +541,6 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
#region IGroupsModule Members
public event NewGroupNotice OnNewGroupNotice;
public event GroupChange OnGroupChange;
public GroupRecord GetGroupRecord(UUID GroupID)
{