From: Brian Date: Fri, 29 Feb 2008 00:57:54 +0000 (-0700) Subject: cell: remove obsolete texture field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6144c2bd65974f4e5b74936e26451a1ad75cb349;p=mesa.git cell: remove obsolete texture field --- diff --git a/src/gallium/drivers/cell/ppu/cell_texture.c b/src/gallium/drivers/cell/ppu/cell_texture.c index bf6f6d3058c..e235421107e 100644 --- a/src/gallium/drivers/cell/ppu/cell_texture.c +++ b/src/gallium/drivers/cell/ppu/cell_texture.c @@ -90,7 +90,6 @@ cell_texture_create_screen(struct pipe_screen *screen, spt->base = *templat; spt->base.refcount = 1; - spt->base.pipe = NULL; spt->base.screen = screen; cell_texture_layout(spt);