Module: Mesa
Branch: master
Commit: 975d31f60de4f1b84cf5b0710314fef114ae2132
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=975d31f60de4f1b84cf5b0710314fef114ae2132

Author: Brian Paul <[email protected]>
Date:   Mon Mar  4 14:44:47 2013 -0700

llvmpipe: remove unused cmd_block_list struct

---

 src/gallium/drivers/llvmpipe/lp_scene.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_scene.h 
b/src/gallium/drivers/llvmpipe/lp_scene.h
index 801829d..1d0cd0e 100644
--- a/src/gallium/drivers/llvmpipe/lp_scene.h
+++ b/src/gallium/drivers/llvmpipe/lp_scene.h
@@ -81,10 +81,6 @@ struct cmd_block {
    struct cmd_block *next;
 };
 
-struct cmd_block_list {
-   struct cmd_block *head;
-   struct cmd_block *tail;
-};
 
 struct data_block {
    ubyte data[DATA_BLOCK_SIZE];

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to