diff options
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/ir_to_mesa.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/program/ir_to_mesa.cpp b/src/mesa/program/ir_to_mesa.cpp index 29b92821f6d..f24dce79f65 100644 --- a/src/mesa/program/ir_to_mesa.cpp +++ b/src/mesa/program/ir_to_mesa.cpp @@ -582,7 +582,6 @@ struct statevar_element { const char *field; int tokens[STATE_LENGTH]; int swizzle; - bool array_indexed; }; static struct statevar_element gl_DepthRange_elements[] = { |