From e9190ec534abb817d4f5d1660c84a0ace3376c84 Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 22 Aug 2007 18:17:49 -0600 Subject: [PATCH] remove old draw_vertices() --- src/mesa/pipe/draw/draw_context.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mesa/pipe/draw/draw_context.h b/src/mesa/pipe/draw/draw_context.h index 893db1e0c65..05a3afd5c64 100644 --- a/src/mesa/pipe/draw/draw_context.h +++ b/src/mesa/pipe/draw/draw_context.h @@ -126,10 +126,4 @@ draw_arrays(struct draw_context *draw, unsigned prim, unsigned start, unsigned count); -void draw_vertices(struct draw_context *draw, - unsigned mode, - unsigned numVertex, const float *verts, - unsigned numAttribs, const unsigned attribs[]); - - #endif /* DRAW_CONTEXT_H */ -- 2.11.0