From: Brian Paul Date: Mon, 9 Jan 2012 16:38:06 +0000 (-0700) Subject: mesa: remove obsolete comment on _mesa_dest_buffer_exists() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45a3b540639921c4b562f4e3bb32d1b2f2f47d39;p=mesa.git mesa: remove obsolete comment on _mesa_dest_buffer_exists() --- 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)