diff options
Diffstat (limited to 'indra/llcharacter/lljoint.h')
-rw-r--r-- | indra/llcharacter/lljoint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h index 6399d0a429..aaa30f624b 100644 --- a/indra/llcharacter/lljoint.h +++ b/indra/llcharacter/lljoint.h @@ -65,7 +65,6 @@ protected: public: U32 mDirtyFlags; - BOOL mWorldRotationDirty; BOOL mUpdateXform; // describes the skin binding pose @@ -73,8 +72,6 @@ public: S32 mJointNum; - LLDynamicArray<LLVector3> mConstraintSilhouette; - // child joints typedef std::list<LLJoint*> child_list_t; child_list_t mChildren; @@ -151,8 +148,6 @@ public: LLXformMatrix *getXform() { return &mXform; } - void setConstraintSilhouette(LLDynamicArray<LLVector3>& silhouette); - void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot); virtual BOOL isAnimatable() { return TRUE; } |