From: Maciej Cencora Date: Fri, 17 Apr 2009 21:54:20 +0000 (+0200) Subject: r300: remove unnecessary forward function declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b552446b95baeece6bbb41afe64cdb2f5623e400;p=mesa.git r300: remove unnecessary forward function declaration --- diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c index 64ec8709760..5ae999b73a8 100644 --- a/src/mesa/drivers/dri/r300/r300_state.c +++ b/src/mesa/drivers/dri/r300/r300_state.c @@ -65,7 +65,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "drirenderbuffer.h" extern int future_hw_tcl_on; -extern void _tnl_UpdateFixedFunctionProgram(GLcontext * ctx); static void r300BlendColor(GLcontext * ctx, const GLfloat cf[4]) {