i965: Drop the degenerate brw_sampler_default_color structure.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_structs.h
index 620962e27f6572df49b70c429308bce564269185..9408ba210c733f83cb4aa82b46f2ee87b8db5829 100644 (file)
@@ -589,10 +589,6 @@ struct brw_wm_unit_state
    } wm10;
 };
 
-struct brw_sampler_default_color {
-   float color[4];
-};
-
 struct gen5_sampler_default_color {
    uint8_t ub[4];
    float f[4];