diff options
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)); |