Mesa (master): vbo: remove unused prototype

Brian Paul brianp at kemper.freedesktop.org
Thu May 27 15:46:47 UTC 2010


Module: Mesa
Branch: master
Commit: 4225c4e1b052a016d579ee2ec9118a2961f455ae
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4225c4e1b052a016d579ee2ec9118a2961f455ae

Author: Brian Paul <brianp at vmware.com>
Date:   Thu May 27 09:30:43 2010 -0600

vbo: remove unused prototype

---

 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 98c1f36..33494f0 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




More information about the mesa-commit mailing list