diff options
| author | Brian <brian.paul@tungstengraphics.com> | 2008-02-28 17:57:54 -0700 | 
|---|---|---|
| committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-28 17:57:54 -0700 | 
| commit | 6144c2bd65974f4e5b74936e26451a1ad75cb349 (patch) | |
| tree | 60b631f79509ef71eb0d1ff1d68df8e5040c395b /src | |
| parent | 370eca12ad8b40bfc32c206a526d53f4c777156d (diff) | |
cell: remove obsolete texture field
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/drivers/cell/ppu/cell_texture.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/gallium/drivers/cell/ppu/cell_texture.c b/src/gallium/drivers/cell/ppu/cell_texture.c index bf6f6d3058..e235421107 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); | 
