eliminate pre-existing unused SP.StopMovement()

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-04 00:13:27 +01:00
parent a2f5b4ac9a
commit 6f913e8caf

View File

@@ -1075,14 +1075,7 @@ namespace OpenSim.Region.Framework.Scenes
SendTerseUpdateToAllClients();
}
/// <summary>
///
/// </summary>
public void StopMovement()
{
}
public void StopFlying()
{
ControllingClient.StopFlying(this);