diff options
author | Brian Paul <[email protected]> | 2010-05-27 09:30:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-27 09:40:33 -0600 |
commit | 4225c4e1b052a016d579ee2ec9118a2961f455ae (patch) | |
tree | 4621951f03524d3f366e697991f4ca2b3ef54a34 /src/mesa/vbo/vbo_exec.h | |
parent | 9aae67ca3a29ee44ea6d1d003502c079b9f0fc60 (diff) |
vbo: remove unused prototype
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |