diff options
author | Ben Skeggs <[email protected]> | 2008-05-05 19:44:16 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-05-05 19:44:16 +1000 |
commit | 33d9e213ee47aab32f662caf3e7c07c2697befbe (patch) | |
tree | 20fd91d378d396e8e2ace51ee23722d98f212fcc /src/gallium/drivers/softpipe/sp_context.h | |
parent | 1e6191e0af2653aa69bd623e25d2e157662e560f (diff) | |
parent | 736f535b4f1c5e6912b5b2fe9415a3b44a678844 (diff) |
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index b3e2b2e4355..62eabfb30e8 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -57,8 +57,6 @@ struct sp_vertex_shader; struct softpipe_context { struct pipe_context pipe; /**< base class */ - struct softpipe_winsys *winsys; /**< window system interface */ - /* The most recent drawing state as set by the driver: */ |