summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-28 14:24:53 -0600
committerBrian Paul <brianp@vmware.com>2010-04-28 15:25:50 -0600
commit1550de98e62a179301e96b04a6fa75b6b1ba5b19 (patch)
tree1ebd8db237d30a9905f5754fbb6e667be7f08d8d /src/gallium/drivers/llvmpipe/lp_context.h
parent3a749b5c094cca558b5d03efbf2ea6ee6d62c4b5 (diff)
llvmpipe: remove unused psize_slot field
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h3
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 4848101ffb..4e597b2479 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;