remove old comment
authorBrian <brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 22:27:01 +0000 (16:27 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 18 Oct 2007 22:27:01 +0000 (16:27 -0600)
src/mesa/pipe/softpipe/sp_context.c

index f2f2e36..44cc685 100644 (file)
@@ -355,10 +355,5 @@ struct pipe_context *softpipe_create( struct pipe_winsys *pipe_winsys,
    sp_init_region_functions(softpipe);
    sp_init_surface_functions(softpipe);
 
-   /*
-    * XXX we could plug GL selection/feedback into the drawing pipeline
-    * by specifying a different setup/render stage.
-    */
-
    return &softpipe->pipe;
 }