gallium: remove unused winsys pointers in pipe_screen and pipe_context

A winsys is already a private object of a driver.
This commit is contained in:
Marek Olšák
2012-02-17 01:49:49 +01:00
parent f33d100fa7
commit 96d882939d
21 changed files with 0 additions and 37 deletions

View File

@@ -1174,7 +1174,6 @@ rbug_context_create(struct pipe_screen *_screen, struct pipe_context *pipe)
pipe_mutex_init(rb_pipe->list_mutex);
make_empty_list(&rb_pipe->shaders);
rb_pipe->base.winsys = NULL;
rb_pipe->base.screen = _screen;
rb_pipe->base.priv = pipe->priv; /* expose wrapped data */
rb_pipe->base.draw = NULL;