remove unused index_attr1fv()

This commit is contained in:
Brian Paul
2006-06-13 17:16:56 +00:00
parent 7dfdf3a5b7
commit 34a3779aae
-6
View 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;