summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/ir_uniform.h')
-rw-r--r--src/compiler/glsl/ir_uniform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/compiler/glsl/ir_uniform.h b/src/compiler/glsl/ir_uniform.h
index 1854279925b..e72e7b42c57 100644
--- a/src/compiler/glsl/ir_uniform.h
+++ b/src/compiler/glsl/ir_uniform.h
@@ -105,11 +105,6 @@ struct gl_uniform_storage {
*/
unsigned array_elements;
- /**
- * Has this uniform ever been set?
- */
- bool initialized;
-
struct gl_opaque_uniform_index opaque[MESA_SHADER_STAGES];
/**