Remove unused variables from r300_context

This commit is contained in:
Nicolai Haehnle 2005-01-23 17:35:05 +00:00
parent 4ced594aa8
commit 0b5a5a9efb
1 changed files with 0 additions and 5 deletions

View File

@ -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;