r300: remove unnecessary forward function declaration
authorMaciej Cencora <m.cencora@gmail.com>
Fri, 17 Apr 2009 21:54:20 +0000 (23:54 +0200)
committerDave Airlie <airlied@linux.ie>
Sun, 19 Apr 2009 12:13:06 +0000 (22:13 +1000)
src/mesa/drivers/dri/r300/r300_state.c

index 64ec87097606de0a3bc7d953c63bf514d55955b0..5ae999b73a802e0732420c0c8f2d2bb7f860b892 100644 (file)
@@ -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])
 {