diff options
author | Ben Skeggs <[email protected]> | 2008-04-04 20:32:06 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-04-04 20:32:06 +1000 |
commit | 2946a5a012f494bad280a0ecf082d81ed4e89c3b (patch) | |
tree | fbc0399bf3a08b52c2a52e2dea2c2141088d26e7 /src/gallium | |
parent | e902d9091c048531cf76b1d9d034fb865b1a0f6e (diff) |
nv40: kill some warnings
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.c b/src/gallium/drivers/nv40/nv40_state.c index 5dc2991212d..997beca883a 100644 --- a/src/gallium/drivers/nv40/nv40_state.c +++ b/src/gallium/drivers/nv40/nv40_state.c @@ -421,7 +421,6 @@ static void nv40_rasterizer_state_bind(struct pipe_context *pipe, void *hwcso) { struct nv40_context *nv40 = nv40_context(pipe); - struct nv40_rasterizer_state *rsso = hwcso; nv40->rasterizer = hwcso; nv40->dirty |= NV40_NEW_RAST; @@ -527,7 +526,6 @@ static void nv40_vp_state_bind(struct pipe_context *pipe, void *hwcso) { struct nv40_context *nv40 = nv40_context(pipe); - struct nv40_vertex_program *vp = hwcso; nv40->vertprog = hwcso; nv40->dirty |= NV40_NEW_VERTPROG; |