llvmpipe: comment-out unused field for now
authorBrian Paul <brianp@vmware.com>
Tue, 27 Apr 2010 17:31:45 +0000 (11:31 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 27 Apr 2010 17:31:45 +0000 (11:31 -0600)
src/gallium/drivers/llvmpipe/lp_rast_priv.h

index 18457ff4ce2ffcfa67d419fed1b0fa01e77f257c..5884d12721e248385841676ff192168abf9e7c28 100644 (file)
@@ -105,7 +105,7 @@ struct lp_rasterizer
     * (potentially) shared, these empty scenes should be returned to
     * the context which created them rather than retained here.
     */
-   struct lp_scene_queue *empty_scenes;
+   /*   struct lp_scene_queue *empty_scenes; */
 
    /** The scene currently being rasterized by the threads */
    struct lp_scene *curr_scene;