r600: fix warning

This commit is contained in:
Alex Deucher 2010-01-27 12:18:02 -05:00
parent 2041d3e4b7
commit bba9557019

View file

@ -235,8 +235,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