Browse Source

gallium: remove unnecessary assignment

tags/mesa_20090313
Brian 17 years ago
parent
commit
681b78fc60
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/gallium/drivers/softpipe/sp_texture.c

+ 0
- 1
src/gallium/drivers/softpipe/sp_texture.c 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);

Loading…
Cancel
Save