remove unused 'element' parameter from _mesa_execute_program()

This commit is contained in:
Brian
2007-02-25 18:23:37 -07:00
parent 12fd8faa5d
commit 085d7d59f0
4 changed files with 4 additions and 5 deletions

View File

@@ -641,7 +641,7 @@ init_machine_deriv(GLcontext * ctx,
GLboolean
_mesa_execute_program(GLcontext * ctx,
const struct gl_program *program, GLuint maxInst,
struct gl_program_machine *machine, GLuint element)
struct gl_program_machine *machine)
{
const GLuint MAX_EXEC = 10000;
GLint pc, total = 0;