mesa: remove GLvertexformat::Rectf()
[mesa.git] / src / mesa / main / vtxfmt.c
index db389a573f957d8255b937a474fe42de1e192633..3a0e7d357ee315fdf8f663402ac5df732a17db7c 100644 (file)
@@ -112,8 +112,6 @@ install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab,
       SET_Begin(tab, vfmt->Begin);
       SET_End(tab, vfmt->End);
       SET_PrimitiveRestartNV(tab, vfmt->PrimitiveRestartNV);
-
-      SET_Rectf(tab, vfmt->Rectf);
    }
 
    /* Originally for GL_NV_vertex_program, this is also used by dlist.c */