summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/ir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/ir.h')
-rw-r--r--src/compiler/glsl/ir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index c1c5f36d86b..38ede7e4452 100644
--- a/src/compiler/glsl/ir.h
+++ b/src/compiler/glsl/ir.h
@@ -394,7 +394,6 @@ depth_layout_string(ir_depth_layout layout);
*/
struct ir_state_slot {
gl_state_index16 tokens[STATE_LENGTH];
- int swizzle;
};