i965: Remove dead field brw_wm_prog_data::error.

This commit is contained in:
Kenneth Graunke
2013-01-30 21:39:00 -08:00
parent 7eda7a455b
commit b56d6badad
-1
View File
@@ -301,7 +301,6 @@ struct brw_wm_prog_data {
GLuint nr_params; /**< number of float params/constants */
GLuint nr_pull_params;
bool error;
bool dual_src_blend;
int dispatch_width;
uint32_t prog_offset_16;