summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-01-09 09:38:06 -0700
committerBrian Paul <[email protected]>2012-01-12 09:23:55 -0700
commit45a3b540639921c4b562f4e3bb32d1b2f2f47d39 (patch)
treef3e01df8eaa9bb693520911e6303e3f9df7aa308 /src/mesa/main/framebuffer.c
parent50ad155d48c2be9d78c18573745d5a1f68368fad (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.c1
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)