summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-22 18:17:49 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-22 18:52:39 -0600
commite9190ec534abb817d4f5d1660c84a0ace3376c84 (patch)
treefd3cc4ba74970efba83ebbbf752b51f8fe0ab0bc /src
parente94ea99254a5f160d115a53abace7a6f159a0749 (diff)
remove old draw_vertices()
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/draw/draw_context.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/pipe/draw/draw_context.h b/src/mesa/pipe/draw/draw_context.h
index 893db1e0c6..05a3afd5c6 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 */