diff options
author | Brian Paul <[email protected]> | 2010-04-28 14:24:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-28 15:25:50 -0600 |
commit | 1550de98e62a179301e96b04a6fa75b6b1ba5b19 (patch) | |
tree | 1ebd8db237d30a9905f5754fbb6e667be7f08d8d | |
parent | 3a749b5c094cca558b5d03efbf2ea6ee6d62c4b5 (diff) |
llvmpipe: remove unused psize_slot field
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; |