summaryrefslogtreecommitdiff
path: root/src/mesa/main
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-28 18:24:25 -0700
committerBrian Paul <brianp@vmware.com>2011-02-28 18:24:25 -0700
commitfec26193fbc279985ba91740f654c82dbd8a7a67 (patch)
tree0bfc38d6b3ff8cfc6cdcf281fcf19ca0d459c7fe /src/mesa/main
parent1f9a0a4e6e5566c36c781add5f1e62af3efdfb58 (diff)
mesa: remove some old do-nothing code
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/framebuffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c
index 139a842925..227b214a55 100644
--- a/src/mesa/main/framebuffer.c
+++ b/src/mesa/main/framebuffer.c
@@ -794,9 +794,6 @@ update_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb)
_mesa_drawbuffers(ctx, ctx->Const.MaxDrawBuffers,
ctx->Color.DrawBuffer, NULL);
}
- if (fb->ColorReadBuffer != ctx->Pixel.ReadBuffer) {
-
- }
}
else {
/* This is a user-created framebuffer.