diff options
Diffstat (limited to 'src/mesa/pipe/cell/spu/tri.h')
-rw-r--r-- | src/mesa/pipe/cell/spu/tri.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/cell/spu/tri.h b/src/mesa/pipe/cell/spu/tri.h index 576030579f..01612a2579 100644 --- a/src/mesa/pipe/cell/spu/tri.h +++ b/src/mesa/pipe/cell/spu/tri.h @@ -46,10 +46,6 @@ struct prim_header { extern void -draw_triangle(struct prim_header *tri, uint tx, uint ty); - - -extern void tri_draw(struct prim_header *tri, uint tx, uint ty); |