diff options
author | Justin Clark-Casey (justincc) | 2011-08-04 00:13:27 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-04 00:13:27 +0100 |
commit | 6f913e8caf8f913a3ad9456905a9a3ea0c48c97c (patch) | |
tree | 929e563d0150dc84374e018305d580e8ff679c2f | |
parent | Rename HandleMoveToPositionUpdate() to HandleMoveToTargetUpdate() for consist... (diff) | |
download | opensim-SC_OLD-6f913e8caf8f913a3ad9456905a9a3ea0c48c97c.zip opensim-SC_OLD-6f913e8caf8f913a3ad9456905a9a3ea0c48c97c.tar.gz opensim-SC_OLD-6f913e8caf8f913a3ad9456905a9a3ea0c48c97c.tar.bz2 opensim-SC_OLD-6f913e8caf8f913a3ad9456905a9a3ea0c48c97c.tar.xz |
eliminate pre-existing unused SP.StopMovement()
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 4c83def..e90e7fd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1075,14 +1075,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1075 | 1075 | ||
1076 | SendTerseUpdateToAllClients(); | 1076 | SendTerseUpdateToAllClients(); |
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | /// <summary> | ||
1080 | /// | ||
1081 | /// </summary> | ||
1082 | public void StopMovement() | ||
1083 | { | ||
1084 | } | ||
1085 | |||
1086 | public void StopFlying() | 1079 | public void StopFlying() |
1087 | { | 1080 | { |
1088 | ControllingClient.StopFlying(this); | 1081 | ControllingClient.StopFlying(this); |