projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ced594
)
Remove unused variables from r300_context
author
Nicolai Haehnle
<prefect_@gmx.net>
Sun, 23 Jan 2005 17:35:05 +0000
(17:35 +0000)
committer
Nicolai Haehnle
<prefect_@gmx.net>
Sun, 23 Jan 2005 17:35:05 +0000
(17:35 +0000)
src/mesa/drivers/dri/r300/r300_context.h
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_context.h
b/src/mesa/drivers/dri/r300/r300_context.h
index 77eb444d91559d5dceee1a326bd7057e76782053..b390db83d36f10ca85a3c08c210a74fbe2e3aa13 100644
(file)
--- 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;