summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolume.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-18 16:05:35 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-18 16:05:35 -0400
commit8230a9937f3bded847dae6c33e01b44158a7f8ee (patch)
tree77ecbe9a9d6796b3704d0b6a13d6ebfe2f07eec6 /indra/llmath/llvolume.h
parent801a628cc116954f589d8478d5cfa06998db6beb (diff)
MAINT-6841 - removed the joint remapping code, since it was designed to support a feature we no longer have. This also incidentally fixes any bugs caused by the joint remapping code.
Diffstat (limited to 'indra/llmath/llvolume.h')
-rw-r--r--indra/llmath/llvolume.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llmath/llvolume.h b/indra/llmath/llvolume.h
index 33e1403a14..1da2d0c6b1 100644
--- a/indra/llmath/llvolume.h
+++ b/indra/llmath/llvolume.h
@@ -953,10 +953,6 @@ public:
// mWeights.size() should be empty or match mVertices.size()
LLVector4a* mWeights;
- // Whether or not the weights have been cleaned up and remapped
- // based on currently supported joints.
- mutable BOOL mWeightsRemapped;
-
LLOctreeNode<LLVolumeTriangle>* mOctree;
//whether or not face has been cache optimized