summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-11-08 16:37:25 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-11-08 16:37:25 -0700
commitec0c5e59c2c3470cc59d25383854d12a76dca70a (patch)
tree9a7ddafaf326f61e10c0ce12fc6dde56a0d1385d /src/mesa/pipe/draw
parent1574611faf9d9106cf167d277238b8c2662beabb (diff)
Remove unneeded header, draw_prim.h
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 */