diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 8874585..0457fe6 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11845,11 +11845,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11845 | m_udpClient.SetClientInfo(info); | 11845 | m_udpClient.SetClientInfo(info); |
11846 | } | 11846 | } |
11847 | 11847 | ||
11848 | public EndPoint GetClientEP() | ||
11849 | { | ||
11850 | return m_userEndPoint; | ||
11851 | } | ||
11852 | |||
11853 | #region Media Parcel Members | 11848 | #region Media Parcel Members |
11854 | 11849 | ||
11855 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) | 11850 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) |