remove _tnl_arb_vertex_program_stage
authorBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:53 +0000 (15:15 -0600)
committerBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 21:15:53 +0000 (15:15 -0600)
src/mesa/drivers/glide/fxdd.c

index 43d3cd9..4e56f7b 100644 (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,