summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-12 18:27:12 -0800
committerEric Anholt <eric@anholt.net>2009-11-13 13:18:57 -0800
commit3727858ceb324c955b00ae29b8c1e12f47060fce (patch)
tree04f6f4729f87a66d2ebd58d8903720f057003cb2 /src/mesa/drivers/dri/i965/brw_context.h
parentb54f8eeae8e7f5c5b43cb17255fee70227713c9c (diff)
i965: Remove an unused cache_item field.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 2681913a90..87e8a6aad4 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -320,7 +320,6 @@ struct brw_cache_item {
GLuint nr_reloc_bufs;
dri_bo *bo;
- GLuint data_size;
struct brw_cache_item *next;
};