aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-13 23:42:22 +0100
committerJustin Clark-Casey (justincc)2012-06-13 23:42:22 +0100
commitcf080a68d657e082dd61dacc24ffd17240154e90 (patch)
tree520167c9252e11883dc705516bf45d31c0f84bb4 /OpenSim/Region/ClientStack/Linden
parentAdd ObjectUpdate as one of the packets that can be screened out when setting ... (diff)
downloadopensim-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()
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs4
1 files changed, 0 insertions, 4 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>();