summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_symbol_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glsl_symbol_table.h')
-rw-r--r--src/glsl/glsl_symbol_table.h3
1 files changed, 1 insertions, 2 deletions
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);
/*@}*/