mesa: remove old comment

This commit is contained in:
Brian Paul 2009-11-17 16:18:29 -07:00
parent 133501bef2
commit a54033bedb

View file

@ -382,7 +382,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 */
while (destMask0) {
GLint bufIndex = _mesa_ffs(destMask0) - 1;
if (fb->_ColorDrawBufferIndexes[count] != bufIndex) {