diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerjointmesh.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linden/indra/newview/llviewerjointmesh.h b/linden/indra/newview/llviewerjointmesh.h index e1b5e58..c02275a 100644 --- a/linden/indra/newview/llviewerjointmesh.h +++ b/linden/indra/newview/llviewerjointmesh.h | |||
@@ -148,8 +148,7 @@ public: | |||
148 | void setIsTransparent(BOOL is_transparent) { mIsTransparent = is_transparent; } | 148 | void setIsTransparent(BOOL is_transparent) { mIsTransparent = is_transparent; } |
149 | 149 | ||
150 | /*virtual*/ BOOL isAnimatable() { return FALSE; } | 150 | /*virtual*/ BOOL isAnimatable() { return FALSE; } |
151 | void writeCAL3D(apr_file_t* fp, S32 material_num, LLCharacter* characterp); | 151 | |
152 | |||
153 | // Avatar vertex skinning is a significant performance issue on computers | 152 | // Avatar vertex skinning is a significant performance issue on computers |
154 | // with avatar vertex programs turned off (for example, most Macs). We | 153 | // with avatar vertex programs turned off (for example, most Macs). We |
155 | // therefore have custom versions that use SIMD instructions. | 154 | // therefore have custom versions that use SIMD instructions. |
@@ -169,8 +168,6 @@ private: | |||
169 | // Allocate skin data | 168 | // Allocate skin data |
170 | BOOL allocateSkinData( U32 numSkinJoints ); | 169 | BOOL allocateSkinData( U32 numSkinJoints ); |
171 | 170 | ||
172 | S32 getBoundJointsByIndex(S32 index, S32 &joint_a, S32& joint_b); | ||
173 | |||
174 | // Free skin data | 171 | // Free skin data |
175 | void freeSkinData(); | 172 | void freeSkinData(); |
176 | }; | 173 | }; |