i965: Remove unused struct brw_vs_ouput_sizes.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 14 Nov 2012 03:56:05 +0000 (19:56 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 15 Nov 2012 19:14:24 +0000 (11:14 -0800)
With a name like that, it can't be used.  Sure enough, it's not.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.h

index 5520ca8508c3910692caa5980fbaf696e04ad50e..3911b22088c47bed008dbaeda3b2b724f5b19b1d 100644 (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