diff options
author | Keith Whitwell <[email protected]> | 2010-01-06 17:00:26 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-01-06 17:00:26 +0000 |
commit | c9240c4c8f67a06403b29992ab96b9a48f68b01d (patch) | |
tree | 642bb392473524d0ff4306980e06790fc17bf5d4 /src/gallium/drivers/llvmpipe/lp_context.h | |
parent | 72120292b981fd96e1127f927d7257255c65befd (diff) |
llvmpipe: remove dead code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_context.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_context.h | 1 |
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 b796148457e..194692045dc 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; |