switch to X86_SOURCES
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_tcl.c
index ffa09d15dacf55d0afe1a88eb39d0fb0d2e99cb6..9aec22b1a52c1d4142e8081be32320d965c4914c 100644 (file)
@@ -282,7 +282,7 @@ static GLboolean radeon_run_tcl_render( GLcontext *ctx,
    radeonContextPtr rmesa = RADEON_CONTEXT(ctx);
    TNLcontext *tnl = TNL_CONTEXT(ctx);
    struct vertex_buffer *VB = &tnl->vb;
-   GLuint i,flags = 0,length;
+   GLuint i;
 
    /* TODO: separate this from the swtnl pipeline 
     */