r600: fix warning
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 27 Jan 2010 17:18:02 +0000 (12:18 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Wed, 27 Jan 2010 17:18:02 +0000 (12:18 -0500)
src/mesa/drivers/dri/r600/r600_context.c

index 922291ae69e9c396514857a9f6e735be14c552eb..ab3c7723c9d0adc9149bf170cc099e62871fd113 100644 (file)
@@ -246,8 +246,6 @@ static void r600_init_vtbl(radeonContextPtr radeon)
 
 static void r600InitConstValues(GLcontext *ctx, radeonScreenPtr screen)
 {
-       context_t *r600 = R700_CONTEXT(ctx);
-
        ctx->Const.MaxTextureImageUnits = 16;
        /* 8 per clause on r6xx, 16 on r7xx
         * but I think mesa only supports 8 at the moment