summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2008-02-27 15:11:12 -0700
committerBrian <brian@i915.localnet.net>2008-02-27 15:11:57 -0700
commit80a9b5e1d962c17530e3bcb34c0d1ac4aae8fa7f (patch)
tree9df9e2feb31daaa613223843b12993cdbd9da4d7 /src
parentc66ec5c7a2966df3e3456dfca3eb17c294b30dd5 (diff)
gallium: remove unnecessary tgsi_interp_coef decl
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/softpipe/sp_state.h1
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;