Remove long obsolete and unused IClientAPI.KillEndDone()

0.7.4.1
Justin Clark-Casey (justincc) 2012-06-13 23:42:22 +01:00
parent f726150afd
commit cf080a68d6
5 changed files with 0 additions and 19 deletions

View File

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

View File

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

View File

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

View File

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

View File

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