diff options
author | Melanie Thielker | 2009-05-14 21:28:02 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-05-14 21:28:02 +0000 |
commit | 9248300596831fd5a562cd2443a87f37bd1d4ff1 (patch) | |
tree | 414fcc4e3cb9eb1162d7445004e28a383840ea35 /OpenSim/Region/Framework/Interfaces | |
parent | * When saving an oar, save assets when immediately received rather than stori... (diff) | |
download | opensim-SC_OLD-9248300596831fd5a562cd2443a87f37bd1d4ff1.zip opensim-SC_OLD-9248300596831fd5a562cd2443a87f37bd1d4ff1.tar.gz opensim-SC_OLD-9248300596831fd5a562cd2443a87f37bd1d4ff1.tar.bz2 opensim-SC_OLD-9248300596831fd5a562cd2443a87f37bd1d4ff1.tar.xz |
Remove a misleading event that was only used internally
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IGroupsModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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; | |||
32 | namespace OpenSim.Region.Framework.Interfaces | 32 | namespace OpenSim.Region.Framework.Interfaces |
33 | { | 33 | { |
34 | public delegate void NewGroupNotice(UUID groupID, UUID noticeID); | 34 | public delegate void NewGroupNotice(UUID groupID, UUID noticeID); |
35 | public delegate void GroupChange(UUID groupID); | ||
36 | 35 | ||
37 | public interface IGroupsModule | 36 | public interface IGroupsModule |
38 | { | 37 | { |
39 | event NewGroupNotice OnNewGroupNotice; | 38 | event NewGroupNotice OnNewGroupNotice; |
40 | event GroupChange OnGroupChange; | ||
41 | 39 | ||
42 | void ActivateGroup(IClientAPI remoteClient, UUID groupID); | 40 | void ActivateGroup(IClientAPI remoteClient, UUID groupID); |
43 | List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID); | 41 | List<GroupTitlesData> GroupTitlesRequest(IClientAPI remoteClient, UUID groupID); |