diff options
author | Brian <brian@i915.localnet.net> | 2008-02-27 15:11:12 -0700 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2008-02-27 15:11:57 -0700 |
commit | 80a9b5e1d962c17530e3bcb34c0d1ac4aae8fa7f (patch) | |
tree | 9df9e2feb31daaa613223843b12993cdbd9da4d7 /src | |
parent | c66ec5c7a2966df3e3456dfca3eb17c294b30dd5 (diff) |
gallium: remove unnecessary tgsi_interp_coef decl
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index 895976467c..3943d4ed2b 100644 --- a/src/gallium/drivers/softpipe/sp_state.h +++ b/src/gallium/drivers/softpipe/sp_state.h @@ -53,7 +53,6 @@ struct tgsi_sampler; -struct tgsi_interp_coef; struct tgsi_exec_machine; |