summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-10-15 20:22:25 -0600
committerBrian Paul <brianp@vmware.com>2015-10-20 12:52:41 -0600
commite05ffcf1d94d01da37b4f488aa05716c62ff6547 (patch)
tree72cf2dbeaa5f6387048ad8fa872f1fa3146ea72c /src/mesa/vbo/vbo_exec.h
parent971b56c643f35a2fb2f0f21cd5fd45ce9b155d4b (diff)
downloadexternal_mesa3d-e05ffcf1d94d01da37b4f488aa05716c62ff6547.zip
external_mesa3d-e05ffcf1d94d01da37b4f488aa05716c62ff6547.tar.gz
external_mesa3d-e05ffcf1d94d01da37b4f488aa05716c62ff6547.tar.bz2
vbo: make vbo_exec_vtx_wrap() static
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r--src/mesa/vbo/vbo_exec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h
index 00378eb..a80b2c9 100644
--- a/src/mesa/vbo/vbo_exec.h
+++ b/src/mesa/vbo/vbo_exec.h
@@ -160,8 +160,6 @@ void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
void vbo_exec_vtx_map( struct vbo_exec_context *exec );
-void vbo_exec_vtx_wrap( struct vbo_exec_context *exec );
-
void vbo_exec_eval_update( struct vbo_exec_context *exec );
void vbo_exec_do_EvalCoord2f( struct vbo_exec_context *exec,