diff options
author | Brian <brian@nostromo.localnet.net> | 2007-02-25 18:23:37 -0700 |
---|---|---|
committer | Brian <brian@nostromo.localnet.net> | 2007-02-25 18:23:37 -0700 |
commit | 085d7d59f0e167bb546c4a1675e09631b14fc9f7 (patch) | |
tree | 19dccc47e8a12a449319efc89f9afc6c5fd71645 /src/mesa/shader/prog_execute.c | |
parent | 12fd8faa5dd10457b2360493e9a56ab12659f282 (diff) |
remove unused 'element' parameter from _mesa_execute_program()
Diffstat (limited to 'src/mesa/shader/prog_execute.c')
-rw-r--r-- | src/mesa/shader/prog_execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/prog_execute.c b/src/mesa/shader/prog_execute.c index 063d572428..0982e3e322 100644 --- a/src/mesa/shader/prog_execute.c +++ b/src/mesa/shader/prog_execute.c @@ -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; |