mesa: remove obsolete comment on _mesa_dest_buffer_exists()
authorBrian Paul <brianp@vmware.com>
Mon, 9 Jan 2012 16:38:06 +0000 (09:38 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Jan 2012 16:23:55 +0000 (09:23 -0700)
src/mesa/main/framebuffer.c

index 730de620611332c6d760cd34477145f98bbae958..3ce395590daaed05105f54118575d96069518b50 100644 (file)
@@ -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)