vbo: remove unused vbo_any_varyings_in_vbos() function
[mesa.git] / src / mesa / vbo / vbo.h
index d85b3ed0a5666485c3d837e37b098011aaf986e0..0007029996c5bfd5e2e91a91e8d1b35e803c7577 100644 (file)
@@ -23,8 +23,7 @@
  */
 
 /**
- * \file vbo_context.h
- * \brief VBO builder module datatypes and definitions.
+ * \brief Public interface to the VBO module
  * \author Keith Whitwell
  */
 
@@ -154,10 +153,7 @@ void vbo_split_prims( struct gl_context *ctx,
                      const struct split_limits *limits );
 
 
-/* Helpers for dealing translating away non-zero min_index.
- */
 GLboolean vbo_all_varyings_in_vbos( const struct gl_vertex_array *arrays[] );
-GLboolean vbo_any_varyings_in_vbos( const struct gl_vertex_array *arrays[] );
 
 void vbo_rebase_prims( struct gl_context *ctx,
                       const struct gl_vertex_array *arrays[],