mesa: remove obsolete comment on _mesa_dest_buffer_exists()

This commit is contained in:
Brian Paul 2012-01-09 09:38:06 -07:00
parent 50ad155d48
commit 45a3b54063
1 changed files with 0 additions and 1 deletions

View 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)