diff options
Diffstat (limited to 'OpenSim/Addons/Groups/Hypergrid')
-rw-r--r-- | OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs index c3c759e..daa0728 100644 --- a/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs +++ b/OpenSim/Addons/Groups/Hypergrid/GroupsServiceHGConnectorModule.cs | |||
@@ -590,28 +590,6 @@ namespace OpenSim.Groups | |||
590 | return m_LocalGroupsConnector.GetGroupNotices(AgentUUI(RequestingAgentID), GroupID); | 590 | return m_LocalGroupsConnector.GetGroupNotices(AgentUUI(RequestingAgentID), GroupID); |
591 | } | 591 | } |
592 | 592 | ||
593 | public void ResetAgentGroupChatSessions(string agentID) | ||
594 | { | ||
595 | } | ||
596 | |||
597 | public bool hasAgentBeenInvitedToGroupChatSession(string agentID, UUID groupID) | ||
598 | { | ||
599 | return false; | ||
600 | } | ||
601 | |||
602 | public bool hasAgentDroppedGroupChatSession(string agentID, UUID groupID) | ||
603 | { | ||
604 | return false; | ||
605 | } | ||
606 | |||
607 | public void AgentDroppedFromGroupChatSession(string agentID, UUID groupID) | ||
608 | { | ||
609 | } | ||
610 | |||
611 | public void AgentInvitedToGroupChatSession(string agentID, UUID groupID) | ||
612 | { | ||
613 | } | ||
614 | |||
615 | #endregion | 593 | #endregion |
616 | 594 | ||
617 | #region hypergrid groups | 595 | #region hypergrid groups |