summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/glsl_types.h')
-rw-r--r--src/glsl/glsl_types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index 3e86d2c011..b4e83c9833 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -207,10 +207,6 @@ struct glsl_type {
static const glsl_type *get_record_instance(const glsl_struct_field *fields,
unsigned num_fields,
const char *name);
- /**
- * Generate the constructor for this type and return it
- */
- class ir_function *generate_constructor() const;
/**
* Query the total number of scalars that make up a scalar, vector or matrix