summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_program.c
diff options
context:
space:
mode:
authorBrian <brian@nostromo.localnet.net>2007-02-25 18:23:37 -0700
committerBrian <brian@nostromo.localnet.net>2007-02-25 18:23:37 -0700
commit085d7d59f0e167bb546c4a1675e09631b14fc9f7 (patch)
tree19dccc47e8a12a449319efc89f9afc6c5fd71645 /src/mesa/tnl/t_vb_program.c
parent12fd8faa5dd10457b2360493e9a56ab12659f282 (diff)
remove unused 'element' parameter from _mesa_execute_program()
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r--src/mesa/tnl/t_vb_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c
index 3fe796ac56..05b1a4aaab 100644
--- a/src/mesa/tnl/t_vb_program.c
+++ b/src/mesa/tnl/t_vb_program.c
@@ -258,7 +258,7 @@ run_vp( GLcontext *ctx, struct tnl_pipeline_stage *stage )
/* execute the program */
_mesa_execute_program(ctx, &program->Base, program->Base.NumInstructions,
- &machine, 0);
+ &machine);
/* Fixup fog an point size results if needed */
if (ctx->Fog.Enabled &&