X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;h=b20f63caf2030887a5a4ea6203346f401253e36b;hb=f08bd843fbe63a0bf5bcbc21308f2751d08f00c1;hp=0b9ecb54ca9d0aef569b9ebc4fe7477ec8202415;hpb=33dcf183c6394b403b340095f0cf6ac58bd8090d;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index 0b9ecb54..b20f63ca 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -74,7 +74,6 @@ Statement::Statement(): Block::Block(): use_braces(false), - anonymous(false), parent(0) { } @@ -82,7 +81,6 @@ Block::Block(const Block &other): Node(other), body(other.body), use_braces(other.use_braces), - anonymous(other.anonymous), parent(0) { }