diff options
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r-- | src/mesa/main/framebuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 5fd264eae6c..cdfd0f9c7c8 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -398,7 +398,7 @@ _mesa_update_framebuffer(GLcontext *ctx) count++; } else { - _mesa_warning(ctx, "DrawBuffer names a missing buffer!"); + /*_mesa_warning(ctx, "DrawBuffer names a missing buffer!\n");*/ } bufferMask &= ~bufferBit; } |