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 f2f2e36869d1dc932b03f3f63f24f875538f9e3b..44cc6851053f9a942876ea06d4ce90924afbc87a 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;
 }