mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 10:20:09 +01:00
Remove unused variables from r300_context
This commit is contained in:
parent
4ced594aa8
commit
0b5a5a9efb
1 changed files with 0 additions and 5 deletions
|
|
@ -626,11 +626,6 @@ struct r300_context {
|
|||
struct r300_cmdbuf cmdbuf;
|
||||
struct r300_state state;
|
||||
|
||||
/* Vertex buffers */
|
||||
int elt_count; /* size of the buffer for vertices */
|
||||
int attrib_count; /* size of the buffer for vertex attributes.. Somehow it can be different ? */
|
||||
|
||||
|
||||
/* Vertex buffers
|
||||
*/
|
||||
struct r300_dma dma;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue