st/nine: Remove some useless variables

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
Axel Davy 2015-05-10 11:42:25 +02:00
parent cb0816c0f6
commit 854778ea0f
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@ struct NinePixelShader9
uint8_t bumpenvmat_needed;
uint16_t sampler_mask;
uint16_t sampler_mask_shadow;
uint8_t rt_mask;
uint64_t ff_key[6];

View file

@ -43,7 +43,6 @@ struct NineVertexShader9
} byte_code;
uint8_t sampler_mask;
uint8_t sampler_mask_shadow;
boolean position_t; /* if true, disable vport transform */
boolean point_size; /* if true, set rasterizer.point_size_per_vertex to 1 */