mesa: remove some old do-nothing code

This commit is contained in:
Brian Paul 2011-02-28 18:24:25 -07:00
parent 1f9a0a4e6e
commit fec26193fb

View file

@ -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.