mesa: remove a bit of old code
authorBrian Paul <brianp@vmware.com>
Tue, 17 Nov 2009 23:05:24 +0000 (16:05 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 17 Nov 2009 23:16:30 +0000 (16:16 -0700)
src/mesa/main/buffers.c

index 7f77c5d7726a43a19635a5d2afae602bced17945..7c31a46ab951e0a9c6c963251134d4edd3b2d73d 100644 (file)
@@ -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) {