gallium: remove stray comment
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 7 Apr 2008 20:17:32 +0000 (14:17 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 7 Apr 2008 20:17:32 +0000 (14:17 -0600)
src/mesa/state_tracker/st_cb_queryobj.c

index c1d0d08..21c2c7d 100644 (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)
 {