gallium: remove unnecessary assignment

This commit is contained in:
Brian 2008-02-27 15:48:00 -07:00
parent 3197ad5a56
commit 681b78fc60
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ softpipe_texture_create_screen(struct pipe_screen *screen,
spt->base = *templat;
spt->base.refcount = 1;
spt->base.pipe = NULL;
spt->base.screen = screen;
softpipe_texture_layout(spt);