diff options
author | Justin Clark-Casey (justincc) | 2012-07-12 23:29:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-12 23:29:57 +0100 |
commit | 3b3d9967b18335c28ce2dfc269e47bac0ede075a (patch) | |
tree | 3be5fb115a9ef5ad9f81422032b15a6dcc9ff7ae /OpenSim/Region/OptionalModules/World/NPC | |
parent | Change very recent AllowedViewerList and BannedViewerList config setting name... (diff) | |
download | opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.zip opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.gz opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.bz2 opensim-SC_OLD-3b3d9967b18335c28ce2dfc269e47bac0ede075a.tar.xz |
Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.RemoteEndpoint.
Diffstat (limited to 'OpenSim/Region/OptionalModules/World/NPC')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 9b3400d..67989ba 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -945,11 +945,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
945 | { | 945 | { |
946 | } | 946 | } |
947 | 947 | ||
948 | public EndPoint GetClientEP() | ||
949 | { | ||
950 | return null; | ||
951 | } | ||
952 | |||
953 | public ClientInfo GetClientInfo() | 948 | public ClientInfo GetClientInfo() |
954 | { | 949 | { |
955 | return null; | 950 | return null; |