commit | 085d7d59f0e167bb546c4a1675e09631b14fc9f7 | [log] [tgz] |
---|---|---|
author | Brian <brian@nostromo.localnet.net> | Sun Feb 25 18:23:37 2007 -0700 |
committer | Brian <brian@nostromo.localnet.net> | Sun Feb 25 18:23:37 2007 -0700 |
tree | 19dccc47e8a12a449319efc89f9afc6c5fd71645 | |
parent | 12fd8faa5dd10457b2360493e9a56ab12659f282 [diff] [blame] |
remove unused 'element' parameter from _mesa_execute_program()
diff --git a/src/mesa/shader/prog_execute.h b/src/mesa/shader/prog_execute.h index 1eb9e73..feda65f 100644 --- a/src/mesa/shader/prog_execute.h +++ b/src/mesa/shader/prog_execute.h
@@ -75,7 +75,7 @@ extern 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); #endif /* PROG_EXECUTE_H */