From: Brian Paul Date: Mon, 6 Oct 2008 15:32:33 +0000 (-0600) Subject: mesa: updated _mesa_delete_query() comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0ca50bd38b69593ac683a5e7635fbafa5e06676;p=mesa.git mesa: updated _mesa_delete_query() comments --- diff --git a/src/mesa/main/queryobj.c b/src/mesa/main/queryobj.c index 2d060300300..6f084b6a4f1 100644 --- a/src/mesa/main/queryobj.c +++ b/src/mesa/main/queryobj.c @@ -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)