diff options
author | Brian Paul <[email protected]> | 2016-10-13 14:20:25 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-10-20 09:47:21 -0600 |
commit | 7693bcde2802f2b7772eaf35506cabaae62cbe45 (patch) | |
tree | e2a76004ae88e841e84581e155d627aa9728dd01 /src/mesa/vbo/vbo_exec.h | |
parent | 9d6d9b28f74780ee181cf434bd914aba8dd8d908 (diff) |
vbo: make vbo_reset_attr() static
Not called from any other file.
Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_exec.h')
-rw-r--r-- | src/mesa/vbo/vbo_exec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_exec.h b/src/mesa/vbo/vbo_exec.h index 4f11f17c49e..b1508839450 100644 --- a/src/mesa/vbo/vbo_exec.h +++ b/src/mesa/vbo/vbo_exec.h @@ -152,8 +152,6 @@ void vbo_exec_invalidate_state( struct gl_context *ctx, GLbitfield new_state ); /* Internal functions: */ -void vbo_reset_attr(struct vbo_exec_context *exec, GLuint attr); - void vbo_exec_vtx_init( struct vbo_exec_context *exec ); void vbo_exec_vtx_destroy( struct vbo_exec_context *exec ); |