diff options
author | Ian Romanick <[email protected]> | 2010-02-24 19:25:19 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-03-03 12:37:05 -0800 |
commit | 24d311c13339978a37885e88a49a990903652339 (patch) | |
tree | 5d454c9faa285037c1c53cfc3fe673efc7b9d9ce /src/mesa/main/feedback.h | |
parent | bb8c3b1bcc81fd5addc5e214f3efcfdca50c6806 (diff) |
mesa: Eliminate index parameter to _mesa_feedback_vertex
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main/feedback.h')
-rw-r--r-- | src/mesa/main/feedback.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/feedback.h b/src/mesa/main/feedback.h index 7a648f444fc..3e8283ed23f 100644 --- a/src/mesa/main/feedback.h +++ b/src/mesa/main/feedback.h @@ -41,7 +41,6 @@ extern void _mesa_feedback_vertex( GLcontext *ctx, const GLfloat win[4], const GLfloat color[4], - GLfloat index, const GLfloat texcoord[4] ); @@ -70,7 +69,6 @@ static INLINE void _mesa_feedback_vertex( GLcontext *ctx, const GLfloat win[4], const GLfloat color[4], - GLfloat index, const GLfloat texcoord[4] ) { /* render mode is always GL_RENDER */ |