remove _tnl_arb_vertex_program_stage

This commit is contained in:
Brian 2007-04-16 15:15:53 -06:00
parent 96e05da1c9
commit dfee7619d4

View file

@ -1663,7 +1663,6 @@ static const struct tnl_pipeline_stage *fx_pipeline[] = {
&_tnl_texture_transform_stage,
&_tnl_point_attenuation_stage,
#if defined(FEATURE_NV_vertex_program) || defined(FEATURE_ARB_vertex_program)
&_tnl_arb_vertex_program_stage,
&_tnl_vertex_program_stage,
#endif
&_tnl_render_stage,