From 9248300596831fd5a562cd2443a87f37bd1d4ff1 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 14 May 2009 21:28:02 +0000 Subject: Remove a misleading event that was only used internally --- OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Framework') diff --git a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs index 854a28f..a5885b0 100644 --- a/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IGroupsModule.cs @@ -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 GroupTitlesRequest(IClientAPI remoteClient, UUID groupID); -- cgit v1.1