mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
mesa: remove some old do-nothing code
This commit is contained in:
parent
1f9a0a4e6e
commit
fec26193fb
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue