diff options
author | Brian Paul <[email protected]> | 2005-08-31 16:04:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-08-31 16:04:17 +0000 |
commit | 2c8524b4fb4aa8e56a6b2646b0a8e21732e7aed4 (patch) | |
tree | a18b13cd9607c8fb6b2fa400c026a4adbf21a474 /src/mesa/main/attrib.c | |
parent | cbafed8716d0be11db86f0ee4690c1e16f47c35d (diff) |
remove dead code, update comments
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 0b4a5599463..c58ff98b127 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -841,13 +841,8 @@ _mesa_PopAttrib(void) (GLboolean) (color->ColorMask[1] != 0), (GLboolean) (color->ColorMask[2] != 0), (GLboolean) (color->ColorMask[3] != 0)); -#if 0 - _mesa_DrawBuffersARB(ctx->Const.MaxDrawBuffers, - color->DrawBuffer); -#else _mesa_drawbuffers(ctx, ctx->Const.MaxDrawBuffers, color->DrawBuffer, NULL); -#endif _mesa_set_enable(ctx, GL_ALPHA_TEST, color->AlphaEnabled); _mesa_AlphaFunc(color->AlphaFunc, color->AlphaRef); _mesa_set_enable(ctx, GL_BLEND, color->BlendEnabled); |