summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-08-24 23:05:09 +0200
committerMarek Olšák <maraeo@gmail.com>2010-08-25 02:44:29 +0200
commit62eb9eda1d15acc180b4e144cc14427980419d07 (patch)
tree02712ed46d255300401354da513c8735e19551e9 /src/gallium/drivers/r300/r300_context.h
parent2eeaf773fdd58c176f7cdbcd05b75ad3a5ecab4c (diff)
r300g: clean up some mess in set_constant_buffer
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 2b665ba2b5..c596d1cba2 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -254,8 +254,6 @@ struct r300_ztop_state {
struct r300_constant_buffer {
/* Buffer of constants */
uint32_t *ptr;
- /* Total number of vec4s */
- unsigned count;
};
/* Query object.