diff options
Diffstat (limited to 'src/mesa/state_tracker/st_program.h')
-rw-r--r-- | src/mesa/state_tracker/st_program.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/state_tracker/st_program.h b/src/mesa/state_tracker/st_program.h index 65c1577e03c..d4d37b1ebab 100644 --- a/src/mesa/state_tracker/st_program.h +++ b/src/mesa/state_tracker/st_program.h @@ -211,9 +211,6 @@ struct st_vp_variant */ struct st_common_variant_key key; - /** similar to that in st_vertex_program, but with edgeflags info too */ - GLuint num_inputs; - /** Bitfield of VERT_BIT_* bits of mesa vertex processing inputs */ GLbitfield vert_attrib_mask; }; |