diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 | ||||
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 43548e6..3a32528 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1626,11 +1626,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1626 | 1626 | ||
1627 | } | 1627 | } |
1628 | 1628 | ||
1629 | public void KillEndDone() | ||
1630 | { | ||
1631 | |||
1632 | } | ||
1633 | |||
1634 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) | 1629 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) |
1635 | { | 1630 | { |
1636 | return true; | 1631 | return true; |
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index e57e5e6..b3e1069 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1044,10 +1044,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1044 | { | 1044 | { |
1045 | } | 1045 | } |
1046 | 1046 | ||
1047 | public void KillEndDone() | ||
1048 | { | ||
1049 | } | ||
1050 | |||
1051 | public void SendEventInfoReply (EventData info) | 1047 | public void SendEventInfoReply (EventData info) |
1052 | { | 1048 | { |
1053 | } | 1049 | } |