diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-14 09:25:43 -0500 |
commit | 30c1d67d957ec7f895dd690ec34b5459fc9082de (patch) | |
tree | 04e19456f28d8fd5f893ceec1e4f935195c68cf9 /indra/newview/llvoavatarself.h | |
parent | c977268ff53ea362bc3b089945c9aa9a438cb63f (diff) |
MAINT-4537 WIP - order of operations during outfit change
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-x | indra/newview/llvoavatarself.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 369c15d0f9..a9c01933b7 100755 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -86,8 +86,6 @@ public: /*virtual*/ void requestStopMotion(LLMotion* motion); /*virtual*/ LLJoint* getJoint(const std::string &name); - void resetJointPositions( void ); - /*virtual*/ BOOL setVisualParamWeight(const LLVisualParam *which_param, F32 weight); /*virtual*/ BOOL setVisualParamWeight(const char* param_name, F32 weight); /*virtual*/ BOOL setVisualParamWeight(S32 index, F32 weight); |