aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcharacter/lljoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcharacter/lljoint.h')
-rw-r--r--linden/indra/llcharacter/lljoint.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/llcharacter/lljoint.h b/linden/indra/llcharacter/lljoint.h
index f188968..d1e0107 100644
--- a/linden/indra/llcharacter/lljoint.h
+++ b/linden/indra/llcharacter/lljoint.h
@@ -85,7 +85,6 @@ protected:
85 85
86public: 86public:
87 U32 mDirtyFlags; 87 U32 mDirtyFlags;
88 BOOL mWorldRotationDirty;
89 BOOL mUpdateXform; 88 BOOL mUpdateXform;
90 89
91 // describes the skin binding pose 90 // describes the skin binding pose
@@ -93,8 +92,6 @@ public:
93 92
94 S32 mJointNum; 93 S32 mJointNum;
95 94
96 LLDynamicArray<LLVector3> mConstraintSilhouette;
97
98 // child joints 95 // child joints
99 typedef std::list<LLJoint*> child_list_t; 96 typedef std::list<LLJoint*> child_list_t;
100 child_list_t mChildren; 97 child_list_t mChildren;
@@ -171,8 +168,6 @@ public:
171 168
172 LLXformMatrix *getXform() { return &mXform; } 169 LLXformMatrix *getXform() { return &mXform; }
173 170
174 void setConstraintSilhouette(LLDynamicArray<LLVector3>& silhouette);
175
176 void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot); 171 void clampRotation(LLQuaternion old_rot, LLQuaternion new_rot);
177 172
178 virtual BOOL isAnimatable() { return TRUE; } 173 virtual BOOL isAnimatable() { return TRUE; }