Remove long obsolete and unused IClientAPI.KillEndDone()
parent
f726150afd
commit
cf080a68d6
|
@ -1414,8 +1414,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);
|
||||||
|
|
|
@ -11861,10 +11861,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>();
|
||||||
|
|
|
@ -1626,11 +1626,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;
|
||||||
|
|
|
@ -1044,10 +1044,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public void KillEndDone()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SendEventInfoReply (EventData info)
|
public void SendEventInfoReply (EventData info)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -1123,10 +1123,6 @@ namespace OpenSim.Tests.Common.Mock
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public void KillEndDone()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public void SendEventInfoReply (EventData info)
|
public void SendEventInfoReply (EventData info)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue