summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_prim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_prim.h')
-rw-r--r--src/mesa/pipe/draw/draw_prim.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/pipe/draw/draw_prim.h b/src/mesa/pipe/draw/draw_prim.h
index 4c55b02978..07cd3e2c9f 100644
--- a/src/mesa/pipe/draw/draw_prim.h
+++ b/src/mesa/pipe/draw/draw_prim.h
@@ -6,11 +6,6 @@
void draw_invalidate_vcache( struct draw_context *draw );
-void draw_set_prim( struct draw_context *draw, unsigned prim );
-
-void draw_prim( struct draw_context *draw, unsigned start, unsigned count );
-
-void draw_flush( struct draw_context *draw );
#endif /* DRAW_PRIM_H */