diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-22 20:32:22 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-22 20:32:22 +0100 |
commit | 1f0f029ba6f22ef4ada01fcdc153da91571a7963 (patch) | |
tree | b0412261ccffcfdaaf02f5c5c7d72a4410d6253b | |
parent | 88f8eed3c4430505b1436b6c5b0114d34c33f822 (diff) |
softpipe: squash warning
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state_fs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state_fs.c b/src/gallium/drivers/softpipe/sp_state_fs.c index 2921066ce3..525cea9eed 100644 --- a/src/gallium/drivers/softpipe/sp_state_fs.c +++ b/src/gallium/drivers/softpipe/sp_state_fs.c @@ -82,7 +82,6 @@ softpipe_bind_fs_state(struct pipe_context *pipe, void *fs) void softpipe_delete_fs_state(struct pipe_context *pipe, void *fs) { - struct softpipe_context *softpipe = softpipe_context(pipe); struct sp_fragment_shader *state = fs; assert(fs != softpipe->fs); |