diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 3a32528..363a1b8 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1431,11 +1431,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1431 | Disconnect(); | 1431 | Disconnect(); |
1432 | } | 1432 | } |
1433 | 1433 | ||
1434 | public EndPoint GetClientEP() | ||
1435 | { | ||
1436 | return null; | ||
1437 | } | ||
1438 | |||
1439 | public ClientInfo GetClientInfo() | 1434 | public ClientInfo GetClientInfo() |
1440 | { | 1435 | { |
1441 | return new ClientInfo(); | 1436 | return new ClientInfo(); |
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; |