Remove long obsolete and unused IClientAPI.KillEndDone()

This commit is contained in:
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

@@ -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>();