From: Nicolai Haehnle Date: Sun, 23 Jan 2005 17:35:05 +0000 (+0000) Subject: Remove unused variables from r300_context X-Git-Tag: 062012170305~23258 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b5a5a9efb7eebe41012f95122a4914285650f55;p=profile%2Fivi%2Fmesa.git Remove unused variables from r300_context --- diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index 77eb444..b390db8 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;