eliminate pre-existing unused SP.StopMovement()

bulletsim
Justin Clark-Casey (justincc) 2011-08-04 00:13:27 +01:00
parent a2f5b4ac9a
commit 6f913e8caf
1 changed files with 1 additions and 8 deletions

View File

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