summaryrefslogtreecommitdiff
path: root/indra/llappearance/llavatarjointmesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llappearance/llavatarjointmesh.h')
-rwxr-xr-xindra/llappearance/llavatarjointmesh.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llappearance/llavatarjointmesh.h b/indra/llappearance/llavatarjointmesh.h
index 2aade4d62b..6486932cdf 100755
--- a/indra/llappearance/llavatarjointmesh.h
+++ b/indra/llappearance/llavatarjointmesh.h
@@ -73,7 +73,6 @@ protected:
LLFace* mFace; // ptr to a face w/ AGP copy of mesh
U32 mFaceIndexCount;
- BOOL mIsTransparent;
U32 mNumSkinJoints;
LLSkinJoint* mSkinJoints;
@@ -93,9 +92,6 @@ public:
// Destructor
virtual ~LLAvatarJointMesh();
- // overloaded from base class
- /*virtual*/ BOOL isTransparent() { return mIsTransparent; }
-
// Gets the shape color
void getColor( F32 *red, F32 *green, F32 *blue, F32 *alpha );