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_vertprog.c | |
parent | 89e138b1c482f1504f522e82898312ab0c3b9357 (diff) |
nvfx: Remove unused variables.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_vertprog.c')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_vertprog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_vertprog.c b/src/gallium/drivers/nvfx/nvfx_vertprog.c index 6ddfca14438..23f045ecf6c 100644 --- a/src/gallium/drivers/nvfx/nvfx_vertprog.c +++ b/src/gallium/drivers/nvfx/nvfx_vertprog.c @@ -1407,7 +1407,6 @@ nvfx_vertprog_destroy(struct nvfx_context *nvfx, struct nvfx_vertex_program *vp) static void * nvfx_vp_state_create(struct pipe_context *pipe, const struct pipe_shader_state *cso) { - struct nvfx_context *nvfx = nvfx_context(pipe); struct nvfx_pipe_vertex_program *pvp; pvp = CALLOC(1, sizeof(struct nvfx_pipe_vertex_program)); |