diff options
author | Justin Clark-Casey (justincc) | 2012-06-13 23:42:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-13 23:42:22 +0100 |
commit | cf080a68d657e082dd61dacc24ffd17240154e90 (patch) | |
tree | 520167c9252e11883dc705516bf45d31c0f84bb4 | |
parent | Add ObjectUpdate as one of the packets that can be screened out when setting ... (diff) | |
download | opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.zip opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.gz opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.bz2 opensim-SC_OLD-cf080a68d657e082dd61dacc24ffd17240154e90.tar.xz |
Remove long obsolete and unused IClientAPI.KillEndDone()
5 files changed, 0 insertions, 19 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 2ea6de5..4cc2e2c 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1414,8 +1414,6 @@ namespace OpenSim.Framework | |||
1414 | 1414 | ||
1415 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); | 1415 | void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); |
1416 | 1416 | ||
1417 | void KillEndDone(); | ||
1418 | |||
1419 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); | 1417 | bool AddGenericPacketHandler(string MethodName, GenericMessage handler); |
1420 | 1418 | ||
1421 | void SendRebakeAvatarTextures(UUID textureID); | 1419 | void SendRebakeAvatarTextures(UUID textureID); |
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 | } |
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 36049a1..376465c 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -1123,10 +1123,6 @@ namespace OpenSim.Tests.Common.Mock | |||
1123 | { | 1123 | { |
1124 | } | 1124 | } |
1125 | 1125 | ||
1126 | public void KillEndDone() | ||
1127 | { | ||
1128 | } | ||
1129 | |||
1130 | public void SendEventInfoReply (EventData info) | 1126 | public void SendEventInfoReply (EventData info) |
1131 | { | 1127 | { |
1132 | } | 1128 | } |