summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_vertprog.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-12 21:48:40 -0700
committerVinson Lee <vlee@vmware.com>2010-09-12 21:48:40 -0700
commitb4f7f059c740fe47fef3d008df409c53dd230017 (patch)
tree82e723026dc1f073265859bad17dd9494f34d032 /src/gallium/drivers/nvfx/nvfx_vertprog.c
parent89e138b1c482f1504f522e82898312ab0c3b9357 (diff)
nvfx: Remove unused variables.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_vertprog.c')
-rw-r--r--src/gallium/drivers/nvfx/nvfx_vertprog.c1
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 6ddfca1443..23f045ecf6 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));