* minor: Remove now unused startpos method
parent
3340a579e7
commit
dc6724ddde
|
@ -91,16 +91,6 @@ namespace OpenSim.Framework
|
|||
}
|
||||
}
|
||||
|
||||
public Vector3 GetPosition(uint circuitCode)
|
||||
{
|
||||
Vector3 vec = new Vector3();
|
||||
if (AgentCircuits.ContainsKey(circuitCode))
|
||||
{
|
||||
vec = AgentCircuits[circuitCode].startpos;
|
||||
}
|
||||
return vec;
|
||||
}
|
||||
|
||||
public void UpdateAgentData(AgentCircuitData agentData)
|
||||
{
|
||||
if (AgentCircuits.ContainsKey((uint) agentData.circuitcode))
|
||||
|
@ -117,7 +107,6 @@ namespace OpenSim.Framework
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Sometimes the circuitcode may not be known before setting up the connection
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue