Forgot to remove a function rofl

This commit is contained in:
phr0z3nt04st
2010-08-14 16:26:23 -05:00
parent 4111dd5204
commit 7527789653

View File

@@ -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<LLUUID,S32> p)
{
return id != p.first && LLAO::isStand(p.first);
}
//-----------------------------------------------------------------------------
// stopMotion()
//-----------------------------------------------------------------------------