gallivm: Remove dead experimental code.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_sample.h
index 43ed24bdc69b7369a23a76cc4e4116c454b6dcec..bb485784ef5e757237e122f10f0b902b871d7448 100644 (file)
@@ -83,10 +83,6 @@ struct lp_sampler_static_state
    unsigned compare_func:3;
    unsigned normalized_coords:1;
    unsigned min_max_lod_equal:1;  /**< min_lod == max_lod ? */
-
-   /* Aero hacks */
-   unsigned force_nearest_s:1;
-   unsigned force_nearest_t:1;
 };