Remove long obsolete and unused IClientAPI.KillEndDone()

0.7.3-extended
Justin Clark-Casey (justincc) 2012-06-13 23:42:22 +01:00
parent 5a1b8fc6f7
commit 6a8e3907ca
5 changed files with 0 additions and 19 deletions

View File

@ -1415,8 +1415,6 @@ namespace OpenSim.Framework
void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes); void SendGroupVoteHistory(UUID groupID, UUID transactionID, GroupVoteHistory[] Votes);
void KillEndDone();
bool AddGenericPacketHandler(string MethodName, GenericMessage handler); bool AddGenericPacketHandler(string MethodName, GenericMessage handler);
void SendRebakeAvatarTextures(UUID textureID); void SendRebakeAvatarTextures(UUID textureID);

View File

@ -11890,10 +11890,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
return string.Empty; return string.Empty;
} }
public void KillEndDone()
{
}
#region IClientCore #region IClientCore
private readonly Dictionary<Type, object> m_clientInterfaces = new Dictionary<Type, object>(); private readonly Dictionary<Type, object> m_clientInterfaces = new Dictionary<Type, object>();

View File

@ -1631,11 +1631,6 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
} }
public void KillEndDone()
{
}
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
{ {
return true; return true;

View File

@ -1041,10 +1041,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC
{ {
} }
public void KillEndDone()
{
}
public void SendEventInfoReply (EventData info) public void SendEventInfoReply (EventData info)
{ {
} }

View File

@ -1128,10 +1128,6 @@ namespace OpenSim.Tests.Common.Mock
{ {
} }
public void KillEndDone()
{
}
public void SendEventInfoReply (EventData info) public void SendEventInfoReply (EventData info)
{ {
} }