summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_varyings.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2013-08-30 15:48:26 -0700
committerIan Romanick <ian.d.romanick@intel.com>2013-09-04 08:13:11 -0700
commita974b915b6035d93f1739793094157272444cd1c (patch)
tree2bd91cc5ff74469f09e3d86966fc113529d7eda5 /src/glsl/link_varyings.h
parent0851aa73659f894e6b54e3ef272c1fa360165128 (diff)
downloadexternal_mesa3d-a974b915b6035d93f1739793094157272444cd1c.zip
external_mesa3d-a974b915b6035d93f1739793094157272444cd1c.tar.gz
external_mesa3d-a974b915b6035d93f1739793094157272444cd1c.tar.bz2
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 <ian.d.romanick@intel.com> Reviewed-by: Paul Berry <stereotype441@gmail.com>
Diffstat (limited to 'src/glsl/link_varyings.h')
-rw-r--r--src/glsl/link_varyings.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/glsl/link_varyings.h b/src/glsl/link_varyings.h
index 302ab5c..6264ef0 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);