summaryrefslogtreecommitdiff
path: root/glsl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'glsl_types.h')
-rw-r--r--glsl_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/glsl_types.h b/glsl_types.h
index 23a04fbe9d..32035f5a44 100644
--- a/glsl_types.h
+++ b/glsl_types.h
@@ -330,12 +330,6 @@ private:
/** Hash table containing the known array types. */
static struct hash_table *array_types;
- /** Structure defining the key type used for array_types hash table. */
- struct array_hash_key {
- const glsl_type *type;
- unsigned size;
- };
-
static int array_key_compare(const void *a, const void *b);
static unsigned array_key_hash(const void *key);
};