diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-08 16:37:25 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-08 16:37:25 -0700 |
commit | ec0c5e59c2c3470cc59d25383854d12a76dca70a (patch) | |
tree | 9a7ddafaf326f61e10c0ce12fc6dde56a0d1385d | |
parent | 1574611faf9d9106cf167d277238b8c2662beabb (diff) |
Remove unneeded header, draw_prim.h
-rw-r--r-- | src/mesa/pipe/draw/draw_prim.h | 11 |
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 */ |