diff options
author | Brian Paul <[email protected]> | 2011-02-28 18:24:25 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-02-28 18:24:25 -0700 |
commit | fec26193fbc279985ba91740f654c82dbd8a7a67 (patch) | |
tree | 0bfc38d6b3ff8cfc6cdcf281fcf19ca0d459c7fe /src/mesa/main/framebuffer.c | |
parent | 1f9a0a4e6e5566c36c781add5f1e62af3efdfb58 (diff) |
mesa: remove some old do-nothing code
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r-- | src/mesa/main/framebuffer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 139a842925f..227b214a55b 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. |