diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index f6b0f68086..29c7c3e196 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs @@ -1556,18 +1556,6 @@ namespace OpenSim.Region.Environment.Scenes RemoveAnimation(animID); } - /// - /// The movement animation is reserved for "main" animations - /// that are mutually exclusive, e.g. flying and sitting. - /// - protected void SetMovementAnimation(UUID animID) - { - if (m_animations.SetDefaultAnimation(animID, m_controllingClient.NextAnimationSequenceNumber)) - { - SendAnimPack(); - } - } - /// /// The movement animation is reserved for "main" animations /// that are mutually exclusive, e.g. flying and sitting. @@ -2055,7 +2043,7 @@ namespace OpenSim.Region.Environment.Scenes } /// - /// + /// Send animation information about this avatar to all clients. /// public void SendAnimPack() {