* minor: Remove unused SetAnimation method that was identical to TrySetAnimation

0.6.1-post-fixes
Justin Clarke Casey 2008-11-26 17:40:08 +00:00
parent 759850cbc1
commit 3e3cf67b00
1 changed files with 1 additions and 13 deletions

View File

@ -1556,18 +1556,6 @@ namespace OpenSim.Region.Environment.Scenes
RemoveAnimation(animID);
}
/// <summary>
/// The movement animation is reserved for "main" animations
/// that are mutually exclusive, e.g. flying and sitting.
/// </summary>
protected void SetMovementAnimation(UUID animID)
{
if (m_animations.SetDefaultAnimation(animID, m_controllingClient.NextAnimationSequenceNumber))
{
SendAnimPack();
}
}
/// <summary>
/// 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
}
/// <summary>
///
/// Send animation information about this avatar to all clients.
/// </summary>
public void SendAnimPack()
{