diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 4 |
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>(); |