mesa: updated _mesa_delete_query() comments
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 6 Oct 2008 15:32:33 +0000 (09:32 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 6 Oct 2008 15:32:33 +0000 (09:32 -0600)
src/mesa/main/queryobj.c

index 2d06030..6f084b6 100644 (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)