summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-27 15:48:00 -0700
committerBrian <brian@i915.localnet.net>2008-02-27 15:48:00 -0700
commit681b78fc60b2e60cf9f84802932bf9d2defd28c2 (patch)
treeba5b382e2d742c6fdffed85929c47266fb258343 /src
parent3197ad5a56ee94773f974ac727b316c5adfe1b6f (diff)
gallium: remove unnecessary assignment
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_texture.c1
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 7c02765313..c605ed925b 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);