summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-01-06 17:00:26 +0000
committerKeith Whitwell <keithw@vmware.com>2010-01-06 17:00:26 +0000
commitc9240c4c8f67a06403b29992ab96b9a48f68b01d (patch)
tree642bb392473524d0ff4306980e06790fc17bf5d4 /src/gallium/drivers/llvmpipe/lp_context.h
parent72120292b981fd96e1127f927d7257255c65befd (diff)
llvmpipe: remove dead code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_context.h b/src/gallium/drivers/llvmpipe/lp_context.h
index b796148457..194692045d 100644
--- a/src/gallium/drivers/llvmpipe/lp_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_context.h
@@ -88,7 +88,6 @@ struct llvmpipe_context {
/** Vertex format */
struct vertex_info vertex_info;
- struct vertex_info vertex_info_vbuf;
/** Which vertex shader output slot contains point size */
int psize_slot;