From a974b915b6035d93f1739793094157272444cd1c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 30 Aug 2013 15:48:26 -0700 Subject: glsl: Remove unused prog parameter from tfeedback_decl::init It looks like commit 53febac removed the last user of that parameter. Signed-off-by: Ian Romanick Reviewed-by: Paul Berry --- src/glsl/link_varyings.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/glsl/link_varyings.h') diff --git a/src/glsl/link_varyings.h b/src/glsl/link_varyings.h index 302ab5c2658..6264ef05b2a 100644 --- a/src/glsl/link_varyings.h +++ b/src/glsl/link_varyings.h @@ -91,8 +91,7 @@ struct tfeedback_candidate class tfeedback_decl { public: - void init(struct gl_context *ctx, struct gl_shader_program *prog, - const void *mem_ctx, const char *input); + void init(struct gl_context *ctx, const void *mem_ctx, const char *input); static bool is_same(const tfeedback_decl &x, const tfeedback_decl &y); bool assign_location(struct gl_context *ctx, struct gl_shader_program *prog); -- cgit v1.2.3