From 34a3779aae716bf24f59257077694d26d0dfec18 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 13 Jun 2006 17:16:56 +0000 Subject: [PATCH] remove unused index_attr1fv() --- src/mesa/tnl/t_save_loopback.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/mesa/tnl/t_save_loopback.c b/src/mesa/tnl/t_save_loopback.c index 9d87c20..62904ee 100644 --- a/src/mesa/tnl/t_save_loopback.c +++ b/src/mesa/tnl/t_save_loopback.c @@ -195,12 +195,6 @@ static attr_func mat_attrfunc[4] = { }; -static void index_attr1fv(GLcontext *ctx, GLint target, const GLfloat *v) -{ - (void) target; - CALL_Indexf(ctx->Exec, (v[0])); -} - static void edgeflag_attr1fv(GLcontext *ctx, GLint target, const GLfloat *v) { (void) target; -- 2.7.4