From: Brian Paul Date: Thu, 27 May 2010 15:30:43 +0000 (-0600) Subject: vbo: remove unused prototype X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4225c4e1b052a016d579ee2ec9118a2961f455ae;p=mesa.git vbo: remove unused prototype --- diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index 98c1f363d98..33494f0cead 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -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