summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_types.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-08-02 13:41:04 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-08-02 13:53:33 -0700
commit42f3e7b6d7b42218feafe85a2328d8ce86fcce93 (patch)
tree0f879afce4b469952e84c12240e69b47071d42e3 /src/glsl/glsl_types.h
parent955ceef47f2bb8b5005abf11d4a8580c71f19e1b (diff)
glsl_type: Use string key for array type hash
Diffstat (limited to 'src/glsl/glsl_types.h')
-rw-r--r--src/glsl/glsl_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/glsl_types.h b/src/glsl/glsl_types.h
index bae8cdb233..c3f81b82aa 100644
--- a/src/glsl/glsl_types.h
+++ b/src/glsl/glsl_types.h
@@ -418,9 +418,6 @@ private:
/** Hash table containing the known array types. */
static struct hash_table *array_types;
- static int array_key_compare(const void *a, const void *b);
- static unsigned array_key_hash(const void *key);
-
/** Hash table containing the known record types. */
static struct hash_table *record_types;