cell: remove unused var

This commit is contained in:
Brian Paul 2009-02-18 21:38:17 -07:00
parent 15a3e4ffe2
commit 829c67fe80

View file

@ -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;