From: Brian Paul Date: Wed, 28 Apr 2010 20:24:53 +0000 (-0600) Subject: llvmpipe: remove unused psize_slot field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1550de98e62a179301e96b04a6fa75b6b1ba5b19;p=mesa.git llvmpipe: remove unused psize_slot field --- diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h index 4848101ffb8..4e597b24796 100644 --- a/src/gallium/drivers/llvmpipe/lp_context.h +++ b/src/gallium/drivers/llvmpipe/lp_context.h @@ -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;