diff options
Diffstat (limited to 'src/glsl/linker.h')
-rw-r--r-- | src/glsl/linker.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glsl/linker.h b/src/glsl/linker.h index 76f95c04704..c80be1c7e22 100644 --- a/src/glsl/linker.h +++ b/src/glsl/linker.h @@ -35,8 +35,7 @@ link_invalidate_variable_locations(exec_list *ir); extern void link_assign_uniform_locations(struct gl_shader_program *prog, - unsigned int boolean_true, - unsigned int max_locations); + unsigned int boolean_true); extern void link_set_uniform_initializers(struct gl_shader_program *prog, |