mesa: updated _mesa_delete_query() comments

This commit is contained in:
Brian Paul 2008-10-06 09:32:33 -06:00
parent 382911bdbc
commit b0ca50bd38

View file

@ -90,9 +90,8 @@ _mesa_wait_query(GLcontext *ctx, struct gl_query_object *q)
/**
* Delete an occlusion query object.
* Delete a query object. Called via ctx->Driver.DeleteQuery().
* Not removed from hash table here.
* XXX maybe add Delete() method to gl_query_object class and call that instead
*/
void
_mesa_delete_query(GLcontext *ctx, struct gl_query_object *q)