summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-18 21:38:17 -0700
committerBrian Paul <brianp@vmware.com>2009-02-18 21:38:17 -0700
commit829c67fe80dec552b71cd8b87988e4ec4aee83cb (patch)
treebe45dd1c67fc1c0cde53f68b584882b9e522a16b /src/gallium
parent15a3e4ffe2c1e4a6b5305ac79c3f478bd7020c80 (diff)
cell: remove unused var
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_clear.c1
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 39c5f937b9..edc06747ac 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;