diff options
author | Keith Whitwell <[email protected]> | 2008-01-28 10:14:13 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-01-28 10:14:13 +0000 |
commit | 5abc8d9e23b1b8cde9c4183b73bfced3d4f01c87 (patch) | |
tree | 1811a20904e8eaf9b794ba52f98c6b96ffcd8af0 /src/mesa/pipe/draw/draw_vbuf.c | |
parent | 09059259bed779360158664625e41a67f7496a74 (diff) |
gallium: remove dead code from draw_vf*
Diffstat (limited to 'src/mesa/pipe/draw/draw_vbuf.c')
-rw-r--r-- | src/mesa/pipe/draw/draw_vbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_vbuf.c b/src/mesa/pipe/draw/draw_vbuf.c index a3d0b5bca31..8ca225c65aa 100644 --- a/src/mesa/pipe/draw/draw_vbuf.c +++ b/src/mesa/pipe/draw/draw_vbuf.c @@ -625,7 +625,7 @@ struct draw_stage *draw_vbuf_stage( struct draw_context *draw, vbuf->prim = ~0; - vbuf->vf = draw_vf_create(FALSE); + vbuf->vf = draw_vf_create(); if(!vbuf->vf) vbuf_destroy(&vbuf->stage); |