From 45a3b540639921c4b562f4e3bb32d1b2f2f47d39 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 9 Jan 2012 09:38:06 -0700 Subject: [PATCH] mesa: remove obsolete comment on _mesa_dest_buffer_exists() --- src/mesa/main/framebuffer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/main/framebuffer.c b/src/mesa/main/framebuffer.c index 730de620611..3ce395590da 100644 --- a/src/mesa/main/framebuffer.c +++ b/src/mesa/main/framebuffer.c @@ -851,7 +851,6 @@ _mesa_source_buffer_exists(struct gl_context *ctx, GLenum format) /** * As above, but for drawing operations. - * XXX could do some code merging w/ above function. */ GLboolean _mesa_dest_buffer_exists(struct gl_context *ctx, GLenum format) -- 2.11.0