eliminate pre-existing unused SP.StopMovement()
parent
a2f5b4ac9a
commit
6f913e8caf
|
@ -1076,13 +1076,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
SendTerseUpdateToAllClients();
|
SendTerseUpdateToAllClients();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
///
|
|
||||||
/// </summary>
|
|
||||||
public void StopMovement()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
public void StopFlying()
|
public void StopFlying()
|
||||||
{
|
{
|
||||||
ControllingClient.StopFlying(this);
|
ControllingClient.StopFlying(this);
|
||||||
|
|
Loading…
Reference in New Issue