i965: Remove unused occlusion query struct field.
authorEric Anholt <eric@anholt.net>
Sun, 16 May 2010 22:02:45 +0000 (15:02 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 16 May 2010 22:34:36 +0000 (15:34 -0700)
src/mesa/drivers/dri/i965/brw_context.h

index 01567f9f0c0bf171811f023a54b02e74164cf9b2..116ab2726587c502afd669f17b16ad3d28c3f1e0 100644 (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;
 };