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_state.h | |
parent | 72120292b981fd96e1127f927d7257255c65befd (diff) |
llvmpipe: remove dead code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state.h b/src/gallium/drivers/llvmpipe/lp_state.h index 64fe3600f5e..6017dc553a6 100644 --- a/src/gallium/drivers/llvmpipe/lp_state.h +++ b/src/gallium/drivers/llvmpipe/lp_state.h @@ -215,11 +215,4 @@ void llvmpipe_unmap_texture_surfaces(struct llvmpipe_context *lp); -struct vertex_info * -llvmpipe_get_vertex_info(struct llvmpipe_context *llvmpipe); - -struct vertex_info * -llvmpipe_get_vbuf_vertex_info(struct llvmpipe_context *llvmpipe); - - #endif |