diff options
Diffstat (limited to 'src/mesa/program/prog_print.h')
-rw-r--r-- | src/mesa/program/prog_print.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/program/prog_print.h b/src/mesa/program/prog_print.h index d962087db38..b95ec2be570 100644 --- a/src/mesa/program/prog_print.h +++ b/src/mesa/program/prog_print.h @@ -113,8 +113,7 @@ extern void _mesa_write_shader_to_file(const struct gl_shader *shader); extern void -_mesa_append_uniforms_to_file(const struct gl_shader *shader, - const struct gl_program *prog); +_mesa_append_uniforms_to_file(const struct gl_shader *shader); #endif /* PROG_PRINT_H */ |