mesa: set version string to 7.8-rc1
[mesa.git] / src / mesa / main / feedback.h
index 7a648f444fc36173b33974b370b4cdc2bf0d9ab9..3e8283ed23faac6a942b70a90ef529db3e1393ca 100644 (file)
@@ -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 */