diff options
author | Nicolai Haehnle <prefect_@gmx.net> | 2005-01-23 17:35:05 +0000 |
---|---|---|
committer | Nicolai Haehnle <prefect_@gmx.net> | 2005-01-23 17:35:05 +0000 |
commit | 0b5a5a9efb7eebe41012f95122a4914285650f55 (patch) | |
tree | 048381762f885094e00d1f5c5ee79e4647422d7b /src/mesa/drivers/dri/r300 | |
parent | 4ced594aa82aa5aeb52655cd38a9292313560064 (diff) |
Remove unused variables from r300_context
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index 77eb444d91..b390db83d3 100644 --- a/src/mesa/drivers/dri/r300/r300_context.h +++ b/src/mesa/drivers/dri/r300/r300_context.h @@ -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; |