glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_constructors
[mesa.git] / src / glsl / glsl_symbol_table.h
index f1369b52c837d715eaf7509fa999ea98a035fd41..f26de52432574e00d20e8642c535ebc1fd047964 100644 (file)
@@ -108,7 +108,7 @@ public:
    /*@{*/
    ir_variable *get_variable(const char *name);
    const glsl_type *get_type(const char *name);
-   ir_function *get_function(const char *name, bool return_constructors = true);
+   ir_function *get_function(const char *name);
    /*@}*/
 
 private: