diff options
author | Brian Paul <[email protected]> | 2012-01-09 09:38:06 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-01-12 09:23:55 -0700 |
commit | 45a3b540639921c4b562f4e3bb32d1b2f2f47d39 (patch) | |
tree | f3e01df8eaa9bb693520911e6303e3f9df7aa308 /src/mesa/main/framebuffer.c | |
parent | 50ad155d48c2be9d78c18573745d5a1f68368fad (diff) |
mesa: remove obsolete comment on _mesa_dest_buffer_exists()
Diffstat (limited to 'src/mesa/main/framebuffer.c')
-rw-r--r-- | src/mesa/main/framebuffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |