From: Brian Paul Date: Tue, 1 Mar 2011 01:24:25 +0000 (-0700) Subject: mesa: remove some old do-nothing code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fec26193fbc279985ba91740f654c82dbd8a7a67;p=mesa.git mesa: remove some old do-nothing code --- 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.