summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-04-17 23:54:20 +0200
committerDave Airlie <airlied@linux.ie>2009-04-19 22:13:06 +1000
commitb552446b95baeece6bbb41afe64cdb2f5623e400 (patch)
treeaa88c2f548e2c85ecb7be05d1317e061f044730e /src/mesa/drivers/dri/r300/r300_state.c
parent3fd0084154b377f4189bb8bc8eae21dbce735860 (diff)
r300: remove unnecessary forward function declaration
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_state.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 64ec870976..5ae999b73a 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])
{