summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state.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_state.h
parent72120292b981fd96e1127f927d7257255c65befd (diff)
llvmpipe: remove dead code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state.h7
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 64fe3600f5..6017dc553a 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