From: Brian Date: Wed, 27 Feb 2008 22:11:12 +0000 (-0700) Subject: gallium: remove unnecessary tgsi_interp_coef decl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=80a9b5e1d962c17530e3bcb34c0d1ac4aae8fa7f;p=mesa.git gallium: remove unnecessary tgsi_interp_coef decl --- diff --git a/src/gallium/drivers/softpipe/sp_state.h b/src/gallium/drivers/softpipe/sp_state.h index 895976467c5..3943d4ed2b5 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;