summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorHenri Verbeet <hverbeet@gmail.com>2010-12-22 09:18:05 +0100
committerHenri Verbeet <hverbeet@gmail.com>2010-12-22 09:19:48 +0100
commitca8b4ca4788545a3f85efd7904f1a07b95f00c86 (patch)
treec60df03d13fa4e8976f4d241591d7cd28d36d2dd /src/gallium/drivers/r600/r600_pipe.h
parent2fd718d5609af9066d04a8927dc2933512a43e4a (diff)
r600g: Remove the unused "pframebuffer" field from r600_pipe_context.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 43dbee99b0..d9c35a44f1 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -136,7 +136,6 @@ struct r600_upload;
struct r600_pipe_context {
struct pipe_context context;
struct blitter_context *blitter;
- struct pipe_framebuffer_state *pframebuffer;
unsigned family;
void *custom_dsa_flush;
struct r600_screen *screen;