summaryrefslogtreecommitdiff
path: root/indra/newview/lldrawpoolavatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldrawpoolavatar.h')
-rw-r--r--indra/newview/lldrawpoolavatar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/lldrawpoolavatar.h b/indra/newview/lldrawpoolavatar.h
index 1aa91bb69a..2de32de542 100644
--- a/indra/newview/lldrawpoolavatar.h
+++ b/indra/newview/lldrawpoolavatar.h
@@ -53,9 +53,7 @@ public:
LLVertexBuffer::MAP_NORMAL |
LLVertexBuffer::MAP_TEXCOORD |
LLVertexBuffer::MAP_WEIGHT |
- LLVertexBuffer::MAP_CLOTHWEIGHT |
- LLVertexBuffer::MAP_BINORMAL
-
+ LLVertexBuffer::MAP_CLOTHWEIGHT
};
virtual U32 getVertexDataMask() { return VERTEX_DATA_MASK; }
@@ -86,8 +84,6 @@ public:
/*virtual*/ LLViewerImage *getDebugTexture();
/*virtual*/ LLColor3 getDebugColor() const; // For AGP debug display
- virtual S32 getMaterialAttribIndex() { return 0; }
-
void renderAvatars(LLVOAvatar *single_avatar, S32 pass = -1); // renders only one avatar if single_avatar is not null.
};