diff options
author | Keith Whitwell <[email protected]> | 2009-11-04 23:30:52 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-04 23:30:52 +0000 |
commit | 7a49bd6d15d7778db637340d695095dafb43a7fe (patch) | |
tree | b8976175560992c2d7c8d05f408f5851d16bde30 /src/gallium/drivers/i965/brw_context.h | |
parent | e3e084c66089704a36f28dfb2bc4b17e5c5ce046 (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.h | 1 |
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 d033cb0f910..0c1dcf8a147 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; |