]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.cpp
Remove the ParenthesizedExpression node type
[libs/gl.git] / source / glsl / syntax.cpp
index bbd364c0730d7cca157376ad34bbdbd028ec1581..469ce5a602c2f22a464a5896c003c5aa209d29ef 100644 (file)
@@ -105,12 +105,6 @@ void Literal::visit(NodeVisitor &visitor)
 }
 
 
-void ParenthesizedExpression::visit(NodeVisitor &visitor)
-{
-       visitor.visit(*this);
-}
-
-
 VariableReference::VariableReference():
        declaration(0)
 { }