remove unused index_attr1fv()
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 13 Jun 2006 17:16:56 +0000 (17:16 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 13 Jun 2006 17:16:56 +0000 (17:16 +0000)
src/mesa/tnl/t_save_loopback.c

index 9d87c20..62904ee 100644 (file)
@@ -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;