From 3e3cf67b00a75bb3bbdd7315b7612cd0a6439449 Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Wed, 26 Nov 2008 17:40:08 +0000
Subject: * minor: Remove unused SetAnimation method that was identical to
TrySetAnimation
---
OpenSim/Region/Environment/Scenes/ScenePresence.cs | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index f6b0f68..29c7c3e 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -1560,18 +1560,6 @@ namespace OpenSim.Region.Environment.Scenes
/// 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.
- ///
protected void TrySetMovementAnimation(string anim)
{
//m_log.DebugFormat("Updating movement animation to {0}", anim);
@@ -2055,7 +2043,7 @@ namespace OpenSim.Region.Environment.Scenes
}
///
- ///
+ /// Send animation information about this avatar to all clients.
///
public void SendAnimPack()
{
--
cgit v1.1