aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_scene.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-03-04 14:44:47 -0700
committerBrian Paul <[email protected]>2013-03-06 10:34:09 -0700
commit975d31f60de4f1b84cf5b0710314fef114ae2132 (patch)
tree109251adf32c03233e5434b2e55de63bccca990d /src/gallium/drivers/llvmpipe/lp_scene.h
parenta51b81558f5cbe477ceb93d687a356f945f220af (diff)
llvmpipe: remove unused cmd_block_list struct
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_scene.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_scene.h4
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 801829d93d2..1d0cd0e0e6b 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];