vbo: remove unused prototype
authorBrian Paul <brianp@vmware.com>
Thu, 27 May 2010 15:30:43 +0000 (09:30 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 27 May 2010 15:40:33 +0000 (09:40 -0600)
src/mesa/vbo/vbo_exec.h

index 98c1f363d98a64ee3fda83d79c97b06d487177ae..33494f0ceadab949831da879b79e890df7474f36 100644 (file)
@@ -195,7 +195,4 @@ void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec,
 void vbo_exec_do_EvalCoord1f( struct vbo_exec_context *exec,
                                     GLfloat u);
 
-extern GLboolean 
-vbo_validate_shaders(GLcontext *ctx);
-
 #endif