diff options
Diffstat (limited to 'indra/llmath')
| -rw-r--r-- | indra/llmath/llvolume.cpp | 3 | ||||
| -rw-r--r-- | indra/llmath/llvolume.h | 4 | 
2 files changed, 0 insertions, 7 deletions
| diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index ac6f77b5ab..d57fe81de4 100644 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -4572,7 +4572,6 @@ LLVolumeFace::LLVolumeFace() :  	mTexCoords(NULL),  	mIndices(NULL),  	mWeights(NULL), -    mWeightsRemapped(FALSE),  	mOctree(NULL),  	mOptimized(FALSE)  { @@ -4598,7 +4597,6 @@ LLVolumeFace::LLVolumeFace(const LLVolumeFace& src)  	mTexCoords(NULL),  	mIndices(NULL),  	mWeights(NULL), -    mWeightsRemapped(FALSE),  	mOctree(NULL)  {   	mExtents = (LLVector4a*) ll_aligned_malloc_16(sizeof(LLVector4a)*3); @@ -4670,7 +4668,6 @@ LLVolumeFace& LLVolumeFace::operator=(const LLVolumeFace& src)  			ll_aligned_free_16(mWeights);  			mWeights = NULL;  		} -        mWeightsRemapped = src.mWeightsRemapped;  	}  	if (mNumIndices) 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 | 
