From: Ian Romanick Date: Thu, 4 Mar 2010 01:14:55 +0000 (-0800) Subject: swrast: Remove stray comment that mentions ctx->Visual X-Git-Tag: 062012170305~12852^2~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c67af0628b1b020b36df7dc81e9ab125da06b3a9;p=profile%2Fivi%2Fmesa.git swrast: Remove stray comment that mentions ctx->Visual Signed-off-by: Ian Romanick --- diff --git a/src/mesa/swrast/s_linetemp.h b/src/mesa/swrast/s_linetemp.h index 182f962..033431d 100644 --- a/src/mesa/swrast/s_linetemp.h +++ b/src/mesa/swrast/s_linetemp.h @@ -84,7 +84,6 @@ NAME( GLcontext *ctx, const SWvertex *vert0, const SWvertex *vert1 ) DEPTH_TYPE *zPtr; #elif defined(INTERP_Z) const GLint depthBits = ctx->DrawBuffer->Visual.depthBits; -/*ctx->Visual.depthBits;*/ #endif #ifdef PIXEL_ADDRESS PIXEL_TYPE *pixelPtr;