projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c9653c
)
ir_to_mesa: Remove unused member array_indexed from struct statevar_element.
author
Vinson Lee
<vlee@vmware.com>
Sat, 18 Sep 2010 06:35:09 +0000
(23:35 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 18 Sep 2010 06:35:09 +0000
(23:35 -0700)
Fixes this GCC warning.
warning: missing initializer for member 'statevar_element::array_indexed'
src/mesa/program/ir_to_mesa.cpp
patch
|
blob
|
history
diff --git
a/src/mesa/program/ir_to_mesa.cpp
b/src/mesa/program/ir_to_mesa.cpp
index 29b92821f6d835c2b748c883eb5384e39a1b3e79..f24dce79f654ef991ca28f377f5c17c36f350e91 100644
(file)
--- 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[] = {