summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw')
-rw-r--r--src/mesa/pipe/draw/draw_prim.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/pipe/draw/draw_prim.h b/src/mesa/pipe/draw/draw_prim.h
deleted file mode 100644
index 07cd3e2c9f..0000000000
--- a/src/mesa/pipe/draw/draw_prim.h
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-#ifndef DRAW_PRIM_H
-#define DRAW_PRIM_H
-
-
-void draw_invalidate_vcache( struct draw_context *draw );
-
-
-
-#endif /* DRAW_PRIM_H */