mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
* minor: Remove now unused startpos method
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user