summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-11-17 16:05:24 -0700
committerBrian Paul <brianp@vmware.com>2009-11-17 16:16:30 -0700
commite36751ec81736a8466b1a6a722c1b2cf578d713b (patch)
treed7a22c9191ea14bf9a8cc6e0ad3a3d5d5a202bd7
parente8eec9385497053a4172deeff9c0ff2726a10f3b (diff)
mesa: remove a bit of old code
-rw-r--r--src/mesa/main/buffers.c1
1 files changed, 0 insertions, 1 deletions
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) {