gallium: remove stray comment

This commit is contained in:
Brian Paul
2008-04-07 14:17:32 -06:00
parent 2b2d0e0584
commit 29b65a709c

View File

@@ -90,11 +90,7 @@ st_DeleteQuery(GLcontext *ctx, struct gl_query_object *q)
FREE(stq);
}
/**
* Do glReadPixels by getting rows from the framebuffer surface with
* get_tile(). Convert to requested format/type with Mesa image routines.
* Image transfer ops are done in software too.
*/
static void
st_BeginQuery(GLcontext *ctx, struct gl_query_object *q)
{