diff options
author | Brian <[email protected]> | 2007-04-16 15:15:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-16 15:15:53 -0600 |
commit | dfee7619d433a8b27fb5573d92873f9355ca6a5d (patch) | |
tree | d953ac142732b12af66a81fb7548fb6a80c2401f /src/mesa/drivers/glide/fxdd.c | |
parent | 96e05da1c959b3dad7250ccfad1bf540bbec2fbf (diff) |
remove _tnl_arb_vertex_program_stage
Diffstat (limited to 'src/mesa/drivers/glide/fxdd.c')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index 43d3cd94051..4e56f7bde50 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -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, |