diff options
author | Dave Airlie <[email protected]> | 2009-02-09 03:50:07 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2009-02-09 03:50:07 +1000 |
commit | abdf1f65d2bafbad8020f1444a01eb18ae9f7159 (patch) | |
tree | a6a9edc225c270ba8fd4570ef85f45163995ba0a /src/mesa/drivers/dri/r200/r200_context.h | |
parent | e223b7c312a1211966f47d36724ffceaec32a3f3 (diff) |
r200: cleanup some bits that aren't used
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h index 4b7ce5d1efa..862751bd404 100644 --- a/src/mesa/drivers/dri/r200/r200_context.h +++ b/src/mesa/drivers/dri/r200/r200_context.h @@ -535,7 +535,6 @@ struct r200_tcl_info { /* hw can handle 12 components max */ struct radeon_aos aos[12]; - // struct radeon_dma_region *aos_components[12]; GLuint nr_aos_components; GLuint *Elts; @@ -544,7 +543,6 @@ struct r200_tcl_info { int elt_dma_offset; /** Offset into this buffer object, in bytes */ int elt_used; - struct radeon_dma_region vertex_data[15]; }; |