From 7527789653f86cf548c0713c2b48177e754c2a38 Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Sat, 14 Aug 2010 16:26:23 -0500 Subject: [PATCH] Forgot to remove a function rofl --- indra/newview/llvoavatar.cpp | 4 ---- 1 file changed, 4 deletions(-) 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() //-----------------------------------------------------------------------------