diff options
author | Brian <brian@i915.localnet.net> | 2008-02-27 15:45:41 -0700 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2008-02-27 15:45:41 -0700 |
commit | 0e1e1f12f47d5b1d49f68930b05eadf1143e1396 (patch) | |
tree | e5433469181b1293b22a6876fe6f6350463d866f /src/gallium/drivers | |
parent | 80a9b5e1d962c17530e3bcb34c0d1ac4aae8fa7f (diff) |
gallium/i915: remove unneeded assignment
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/i915simple/i915_texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/i915_texture.c b/src/gallium/drivers/i915simple/i915_texture.c index 9cdf3418a9..ef5adff550 100644 --- a/src/gallium/drivers/i915simple/i915_texture.c +++ b/src/gallium/drivers/i915simple/i915_texture.c @@ -491,7 +491,6 @@ i915_texture_create_screen(struct pipe_screen *screen, tex->base = *templat; tex->base.refcount = 1; - tex->base.pipe = NULL; tex->base.screen = screen; if (i915screen->is_i945 ? i945_miptree_layout(tex) : |