i965: Remove unused struct brw_vs_ouput_sizes.

With a name like that, it can't be used.  Sure enough, it's not.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Kenneth Graunke
2012-11-13 19:56:05 -08:00
parent 35e28b4583
commit eb18e3d32a

View File

@@ -461,14 +461,6 @@ struct brw_vs_prog_data {
const float **pull_param;
};
/* Size == 0 if output either not written, or always [0,0,0,1]
*/
struct brw_vs_ouput_sizes {
GLubyte output_size[VERT_RESULT_MAX];
};
/** Number of texture sampler units */
#define BRW_MAX_TEX_UNIT 16