diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index be3812f35..0ee0a4a1c 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5200,10 +5200,6 @@ BOOL LLVOAvatar::startMotion(const LLUUID& id, F32 time_offset) return LLCharacter::startMotion(id, time_offset); } -bool findStandAnim(const LLUUID& id,std::pair p) -{ - return id != p.first && LLAO::isStand(p.first); -} //----------------------------------------------------------------------------- // stopMotion() //-----------------------------------------------------------------------------