i965: Drop unused gen5 sampler default color struct.

Trivial.
This commit is contained in:
Kenneth Graunke 2018-05-01 23:03:00 -07:00
parent 9f6082f6c7
commit 1122fb2d98

View file

@ -65,13 +65,4 @@ struct brw_urb_fence
} bits1;
};
struct gen5_sampler_default_color {
uint8_t ub[4];
float f[4];
uint16_t hf[4];
uint16_t us[4];
int16_t s[4];
uint8_t b[4];
};
#endif