summaryrefslogtreecommitdiff
path: root/src/mesa/program/ir_to_mesa.cpp
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-17 23:35:09 -0700
committerVinson Lee <vlee@vmware.com>2010-09-17 23:35:09 -0700
commitff78d6dcc07c0951cddc72e76cad355239a43c73 (patch)
tree522750187036ced284d0b2cbe2bc09bbe122b4f4 /src/mesa/program/ir_to_mesa.cpp
parent3c9653c3a014b6ae639f5de24205911da7c73281 (diff)
ir_to_mesa: Remove unused member array_indexed from struct statevar_element.
Fixes this GCC warning. warning: missing initializer for member 'statevar_element::array_indexed'
Diffstat (limited to 'src/mesa/program/ir_to_mesa.cpp')
-rw-r--r--src/mesa/program/ir_to_mesa.cpp1
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 29b92821f6..f24dce79f6 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[] = {