From: Ian Romanick Date: Wed, 9 Jul 2008 15:57:02 +0000 (-0700) Subject: Remove redundant initalization of MaxTextureUnits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=442c195c4afce2509130a718c44a69a5b009979e;p=mesa.git Remove redundant initalization of MaxTextureUnits --- diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 33f1bba085b..efe850b4d39 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -134,7 +134,6 @@ GLboolean brwCreateContext( const __GLcontextModes *mesaVis, ctx->Const.Max3DTextureLevels = 9; ctx->Const.MaxCubeTextureLevels = 12; ctx->Const.MaxTextureRectSize = (1<<11); - ctx->Const.MaxTextureUnits = BRW_MAX_TEX_UNIT; /* ctx->Const.MaxNativeVertexProgramTemps = 32; */