tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
[mesa.git] / src / mesa / tnl / tnl.h
index 59a0ac38084ac0411484edf9ae3915bf25e45ed1..8c59ff9e58f9dba759e3ba61591a3126c163b70a 100644 (file)
@@ -77,15 +77,6 @@ struct _mesa_index_buffer;
 
 void
 _tnl_draw_prims( struct gl_context *ctx,
-                const struct gl_client_array *arrays[],
-                const struct _mesa_prim *prim,
-                GLuint nr_prims,
-                const struct _mesa_index_buffer *ib,
-                GLuint min_index,
-                GLuint max_index);
-
-void
-_tnl_vbo_draw_prims( struct gl_context *ctx,
                     const struct _mesa_prim *prim,
                     GLuint nr_prims,
                     const struct _mesa_index_buffer *ib,