summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
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_priv.h
parent156eabbaf996f471458ee2a69078674277b89067 (diff)
llvmpipe: remove unused lp_rasterizer::fb field
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index abe791fd00..4ae54ac8c1 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -129,7 +129,6 @@ struct lp_rasterizer
pipe_thread threads[MAX_THREADS];
struct lp_bins *bins;
- const struct pipe_framebuffer_state *fb;
boolean write_depth;
};