diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-03 17:14:55 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-05 16:04:59 -0800 |
commit | c67af0628b1b020b36df7dc81e9ab125da06b3a9 (patch) | |
tree | 940d2c09cbd28f64f8597911aafca4ee5c36e154 /src/mesa/swrast/s_linetemp.h | |
parent | 1a0a2b64ca150a97c96da2d4d97189c233dce407 (diff) |
swrast: Remove stray comment that mentions ctx->Visual
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/swrast/s_linetemp.h')
-rw-r--r-- | src/mesa/swrast/s_linetemp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_linetemp.h b/src/mesa/swrast/s_linetemp.h index 182f962e1e..033431df23 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; |