fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / r200 / r200_swtcl.h
index f183b931c4517ca8ec4eeb9137f4abca66e31aeb..ce2b6b5f06ba1d22b0b5e9e0d67f1684b85ae958 100644 (file)
@@ -54,10 +54,6 @@ extern void r200BuildVertices( GLcontext *ctx, GLuint start, GLuint count,
 extern void r200PrintSetupFlags(char *msg, GLuint flags );
 
 
-extern void r200_emit_contiguous_verts( GLcontext *ctx,
-                                         GLuint start,
-                                         GLuint count );
-
 extern void r200_emit_indexed_verts( GLcontext *ctx,
                                       GLuint start,
                                       GLuint count );