]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/evaluate.h
Remove the ParenthesizedExpression node type
[libs/gl.git] / source / glsl / evaluate.h
index f3d3755ff62b602ead868278aa3ad8c0e17141a1..4ad267797152050de9e44b34605119c58484b110 100644 (file)
@@ -28,7 +28,6 @@ public:
 
        using NodeVisitor::visit;
        virtual void visit(Literal &);
-       virtual void visit(ParenthesizedExpression &);
        virtual void visit(VariableReference &);
        virtual void visit(UnaryExpression &);
        virtual void visit(BinaryExpression &);