llvmpipe: remove unused psize_slot field
authorBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 20:24:53 +0000 (14:24 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 28 Apr 2010 21:25:50 +0000 (15:25 -0600)
src/gallium/drivers/llvmpipe/lp_context.h

index 4848101ffb84bed8c2055f75e6fc13c74fedec30..4e597b247960ac8f0692b108b68f69c669395f4e 100644 (file)
@@ -94,9 +94,6 @@ struct llvmpipe_context {
    /** Vertex format */
    struct vertex_info vertex_info;
 
-   /** Which vertex shader output slot contains point size */
-   int psize_slot;
-
    /** The tiling engine */
    struct lp_setup_context *setup;