i965: Remove unused occlusion query struct field.

This commit is contained in:
Eric Anholt 2010-05-16 15:02:45 -07:00
parent 9d3c57281e
commit 3d8ed332df

View file

@ -427,9 +427,6 @@ struct brw_query_object {
int first_index;
/** Last index in bo with query data for this object. */
int last_index;
/* Total count of pixels from previous BOs */
unsigned int count;
};