From: Brian Paul Date: Tue, 17 Nov 2009 23:05:24 +0000 (-0700) Subject: mesa: remove a bit of old code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e36751ec81736a8466b1a6a722c1b2cf578d713b;p=mesa.git mesa: remove a bit of old code --- diff --git a/src/mesa/main/buffers.c b/src/mesa/main/buffers.c index 7f77c5d7726..7c31a46ab95 100644 --- a/src/mesa/main/buffers.c +++ b/src/mesa/main/buffers.c @@ -383,7 +383,6 @@ _mesa_drawbuffers(GLcontext *ctx, GLuint n, const GLenum *buffers, if (n == 1) { GLuint count = 0, destMask0 = destMask[0]; /* init to -1 to help catch errors */ - //fb->_ColorDrawBufferIndexes[0] = -1; while (destMask0) { GLint bufIndex = _mesa_ffs(destMask0) - 1; if (fb->_ColorDrawBufferIndexes[count] != bufIndex) {