glsl: Remove unused member x from struct slang_operation.

This commit is contained in:
Vinson Lee 2009-12-09 11:26:24 -08:00
parent 3de8fff45d
commit a082d965de

View file

@ -127,7 +127,6 @@ typedef struct slang_operation_
* indicate such. num_children indicates number of elements.
*/
GLboolean array_constructor;
double x;
} slang_operation;