From 16d9ebb35771af2bc27024bb4b788ef6427a4f23 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 1 Sep 2010 14:10:39 -0700 Subject: glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type --- src/glsl/glsl_symbol_table.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/glsl/glsl_symbol_table.h') diff --git a/src/glsl/glsl_symbol_table.h b/src/glsl/glsl_symbol_table.h index c90fdc3c1d..f1369b52c8 100644 --- a/src/glsl/glsl_symbol_table.h +++ b/src/glsl/glsl_symbol_table.h @@ -98,8 +98,7 @@ public: */ /*@{*/ bool add_variable(const char *name, ir_variable *v); - bool add_type(const char *name, const glsl_type *t, - ir_function *constructor = NULL); + bool add_type(const char *name, const glsl_type *t); bool add_function(const char *name, ir_function *f); /*@}*/ -- cgit v1.2.3