From fe52b585f21963962f16285036a1eb1934b34ad4 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 17 Apr 2010 22:23:25 -0700 Subject: nvfx: Remove unused variables. --- src/gallium/drivers/nvfx/nvfx_vbo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/nvfx/nvfx_vbo.c') diff --git a/src/gallium/drivers/nvfx/nvfx_vbo.c b/src/gallium/drivers/nvfx/nvfx_vbo.c index bc87fe275c..5ffbdfcb2a 100644 --- a/src/gallium/drivers/nvfx/nvfx_vbo.c +++ b/src/gallium/drivers/nvfx/nvfx_vbo.c @@ -81,7 +81,6 @@ static boolean nvfx_vbo_set_idxbuf(struct nvfx_context *nvfx, struct pipe_resource *ib, unsigned ib_size) { - struct pipe_screen *pscreen = &nvfx->screen->base.base; unsigned type; if (!ib) { -- cgit v1.2.3