projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aae67c
)
vbo: remove unused prototype
author
Brian Paul
<brianp@vmware.com>
Thu, 27 May 2010 15:30:43 +0000
(09:30 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 27 May 2010 15:40:33 +0000
(09:40 -0600)
src/mesa/vbo/vbo_exec.h
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_exec.h
b/src/mesa/vbo/vbo_exec.h
index 98c1f363d98a64ee3fda83d79c97b06d487177ae..33494f0ceadab949831da879b79e890df7474f36 100644
(file)
--- 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