summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-12-11 11:56:22 -0700
committerBrian Paul <brianp@vmware.com>2009-12-11 11:56:22 -0700
commitde31b0e60c4b68b73b8983a0ae3e8f3f61d9d583 (patch)
tree92e8a3f6d7799e5b353ddde43e8b31b2c1dbf9d6 /src/gallium/drivers/llvmpipe/lp_rast.c
parent156eabbaf996f471458ee2a69078674277b89067 (diff)
llvmpipe: remove unused lp_rasterizer::fb field
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c
index 97233e1700..a8212d74e3 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast.c
@@ -635,7 +635,6 @@ lp_rasterize_bins( struct lp_rasterizer *rast,
lp_bins_enqueue( rast->full_bins, bins );
/* XXX need to move/fix these */
- rast->fb = fb;
rast->write_depth = write_depth;
/*lp_bin_iter_begin( bins );*/