summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_types.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-09-01 14:12:24 -0700
committerKenneth Graunke <kenneth@whitecape.org>2010-09-01 20:39:09 -0700
commit4d6221f90df9d04e5edcdddb3b6f76c0cb175421 (patch)
treed6e56ea6014292a2ce94a4dccdc1430b372a1abd /src/glsl/glsl_types.h
parent16d9ebb35771af2bc27024bb4b788ef6427a4f23 (diff)
glsl2: Remove unused method glsl_type::generate_constructor
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 3e86d2c011f..b4e83c98334 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