aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerjointattachment.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewerjointattachment.h')
-rw-r--r--linden/indra/newview/llviewerjointattachment.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerjointattachment.h b/linden/indra/newview/llviewerjointattachment.h
index 63484c7..8e665aa 100644
--- a/linden/indra/newview/llviewerjointattachment.h
+++ b/linden/indra/newview/llviewerjointattachment.h
@@ -68,7 +68,6 @@ public:
68 // accessors 68 // accessors
69 // 69 //
70 70
71 void setJoint (LLJoint* joint) { mJoint = joint; }
72 void setPieSlice(S32 pie_slice) { mPieSlice = pie_slice; } 71 void setPieSlice(S32 pie_slice) { mPieSlice = pie_slice; }
73 void setVisibleInFirstPerson(BOOL visibility) { mVisibleInFirst = visibility; } 72 void setVisibleInFirstPerson(BOOL visibility) { mVisibleInFirst = visibility; }
74 BOOL getVisibleInFirstPerson() { return mVisibleInFirst; } 73 BOOL getVisibleInFirstPerson() { return mVisibleInFirst; }
@@ -99,7 +98,6 @@ protected:
99 void calcLOD(); 98 void calcLOD();
100 99
101protected: 100protected:
102 LLJoint* mJoint;
103 // Backlink only; don't make this an LLPointer. 101 // Backlink only; don't make this an LLPointer.
104 LLViewerObject* mAttachedObject; 102 LLViewerObject* mAttachedObject;
105 BOOL mVisibleInFirst; 103 BOOL mVisibleInFirst;