diff options
author | Brian <[email protected]> | 2008-02-27 15:48:00 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 15:48:00 -0700 |
commit | 681b78fc60b2e60cf9f84802932bf9d2defd28c2 (patch) | |
tree | ba5b382e2d742c6fdffed85929c47266fb258343 /src/gallium/drivers/softpipe/sp_texture.c | |
parent | 3197ad5a56ee94773f974ac727b316c5adfe1b6f (diff) |
gallium: remove unnecessary assignment
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_texture.c')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_texture.c b/src/gallium/drivers/softpipe/sp_texture.c index 7c027653135..c605ed925b2 100644 --- a/src/gallium/drivers/softpipe/sp_texture.c +++ b/src/gallium/drivers/softpipe/sp_texture.c @@ -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); |