summaryrefslogtreecommitdiff
path: root/glsl_types.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-24 17:47:20 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-24 17:47:20 -0700
commit532edd9bc49ce3430e5084957e2ecf453d1c3d24 (patch)
treec084ddf3979c760c4b45dc8f5bd300323191b76c /glsl_types.h
parentc4e2627045af3d12aa2a2aceb809e5e436aca133 (diff)
Remove unused _mesa_glsl_get_vector_type
This function has been completely replaced by glsl_type::get_instance.
Diffstat (limited to 'glsl_types.h')
-rw-r--r--glsl_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/glsl_types.h b/glsl_types.h
index a789771..04a9ccf 100644
--- a/glsl_types.h
+++ b/glsl_types.h
@@ -254,9 +254,6 @@ extern "C" {
extern void
_mesa_glsl_initialize_types(struct _mesa_glsl_parse_state *state);
-extern const struct glsl_type *
-_mesa_glsl_get_vector_type(unsigned base_type, unsigned vector_length);
-
extern const struct glsl_type *const glsl_error_type;
extern const struct glsl_type *const glsl_int_type;
extern const struct glsl_type *const glsl_uint_type;