diff options
author | Vinson Lee <[email protected]> | 2010-09-12 21:48:40 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-09-12 21:48:40 -0700 |
commit | b4f7f059c740fe47fef3d008df409c53dd230017 (patch) | |
tree | 82e723026dc1f073265859bad17dd9494f34d032 /src/gallium/drivers/nvfx/nvfx_context.c | |
parent | 89e138b1c482f1504f522e82898312ab0c3b9357 (diff) |
nvfx: Remove unused variables.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_context.c')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_context.c b/src/gallium/drivers/nvfx/nvfx_context.c index 62d623b9ffe..95834d23273 100644 --- a/src/gallium/drivers/nvfx/nvfx_context.c +++ b/src/gallium/drivers/nvfx/nvfx_context.c @@ -13,7 +13,6 @@ nvfx_flush(struct pipe_context *pipe, unsigned flags, struct nvfx_context *nvfx = nvfx_context(pipe); struct nvfx_screen *screen = nvfx->screen; struct nouveau_channel *chan = screen->base.channel; - struct nouveau_grobj *eng3d = screen->eng3d; /* XXX: we need to actually be intelligent here */ if (flags & PIPE_FLUSH_TEXTURE_CACHE) { |