Remove redundant initalization of MaxTextureUnits
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 9 Jul 2008 15:57:02 +0000 (08:57 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Jul 2008 16:43:03 +0000 (09:43 -0700)
src/mesa/drivers/dri/i965/brw_context.c

index 33f1bba085bc84a863c54d17179eb51e313e6585..efe850b4d39e9206eaf3eb0279962fef540fffa0 100644 (file)
@@ -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; */