Remove a misleading event that was only used internally

This commit is contained in:
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);