projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de8fff
)
glsl: Remove unused member x from struct slang_operation.
author
Vinson Lee
<vlee@vmware.com>
Wed, 9 Dec 2009 19:26:24 +0000
(11:26 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 9 Dec 2009 19:26:24 +0000
(11:26 -0800)
src/mesa/shader/slang/slang_compile_operation.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_compile_operation.h
b/src/mesa/shader/slang/slang_compile_operation.h
index 58f1edeed85f4b8199c6501f18238d8cddb464ae..1f15c1989637aecb1860a2da3d20372b7833ee78 100644
(file)
--- a/
src/mesa/shader/slang/slang_compile_operation.h
+++ b/
src/mesa/shader/slang/slang_compile_operation.h
@@
-127,7
+127,6
@@
typedef struct slang_operation_
* indicate such. num_children indicates number of elements.
*/
GLboolean array_constructor;
- double x;
} slang_operation;