]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Refactor interface management
[libs/gl.git] / source / glsl / syntax.cpp
index 0b9ecb54ca9d0aef569b9ebc4fe7477ec8202415..b20f63caf2030887a5a4ea6203346f401253e36b 100644 (file)
@@ -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)
 { }