summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-04 23:30:52 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-04 23:30:52 +0000
commit7a49bd6d15d7778db637340d695095dafb43a7fe (patch)
treeb8976175560992c2d7c8d05f408f5851d16bde30 /src/gallium/drivers/i965/brw_context.h
parente3e084c66089704a36f28dfb2bc4b17e5c5ce046 (diff)
i965g: remove redundant screen pointer in brw context struct
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r--src/gallium/drivers/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h
index d033cb0f91..0c1dcf8a14 100644
--- a/src/gallium/drivers/i965/brw_context.h
+++ b/src/gallium/drivers/i965/brw_context.h
@@ -483,7 +483,6 @@ struct brw_context
struct pipe_context base;
struct brw_chipset chipset;
- struct brw_screen *brw_screen;
struct brw_winsys_screen *sws;
struct brw_batchbuffer *batch;