gallivm: s/debug_dump_/util_dump_/
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_sample.c
index 9003e108c1cd2be8fe6eb37391be22ab49f336c7..a133b56ac556e6ff7fd6402db5f63399356483d5 100644 (file)
@@ -74,7 +74,6 @@ lp_sampler_static_state(struct lp_sampler_static_state *state,
       state->compare_func      = sampler->compare_func;
    }
    state->normalized_coords = sampler->normalized_coords;
-   state->prefilter         = sampler->prefilter;
 }