diff options
author | Brian Paul <[email protected]> | 2009-02-18 21:38:17 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-02-18 21:38:17 -0700 |
commit | 829c67fe80dec552b71cd8b87988e4ec4aee83cb (patch) | |
tree | be45dd1c67fc1c0cde53f68b584882b9e522a16b /src/gallium/drivers/cell | |
parent | 15a3e4ffe2c1e4a6b5305ac79c3f478bd7020c80 (diff) |
cell: remove unused var
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_clear.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_clear.c b/src/gallium/drivers/cell/ppu/cell_clear.c index 39c5f937b9c..edc06747ac1 100644 --- a/src/gallium/drivers/cell/ppu/cell_clear.c +++ b/src/gallium/drivers/cell/ppu/cell_clear.c @@ -70,7 +70,6 @@ void cell_clear_surface(struct pipe_context *pipe, struct pipe_surface *ps, unsigned clearValue) { - struct pipe_screen *screen = pipe->screen; struct cell_context *cell = cell_context(pipe); uint surfIndex; |