mirror of
https://github.com/opensim/opensim.git
synced 2026-06-04 09:56:07 +08:00
* minor: Remove unused SetAnimation method that was identical to TrySetAnimation
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user