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.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;