diff options
Diffstat (limited to 'OpenSim/Region')
3 files changed, 0 insertions, 13 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index ad39b50..4e0dadb 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11861,10 +11861,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11861 | return string.Empty; | 11861 | return string.Empty; |
11862 | } | 11862 | } |
11863 | 11863 | ||
11864 | public void KillEndDone() | ||
11865 | { | ||
11866 | } | ||
11867 | |||
11868 | #region IClientCore | 11864 | #region IClientCore |
11869 | 11865 | ||
11870 | private readonly Dictionary<Type, object> m_clientInterfaces = new Dictionary<Type, object>(); | 11866 | private readonly Dictionary<Type, object> m_clientInterfaces = new Dictionary<Type, object>(); |
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 43548e6..3a32528 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1626,11 +1626,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1626 | 1626 | ||
1627 | } | 1627 | } |
1628 | 1628 | ||
1629 | public void KillEndDone() | ||
1630 | { | ||
1631 | |||
1632 | } | ||
1633 | |||
1634 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) | 1629 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) |
1635 | { | 1630 | { |
1636 | return true; | 1631 | return true; |
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index e57e5e6..b3e1069 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1044,10 +1044,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1044 | { | 1044 | { |
1045 | } | 1045 | } |
1046 | 1046 | ||
1047 | public void KillEndDone() | ||
1048 | { | ||
1049 | } | ||
1050 | |||
1051 | public void SendEventInfoReply (EventData info) | 1047 | public void SendEventInfoReply (EventData info) |
1052 | { | 1048 | { |
1053 | } | 1049 | } |