]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/generate.h
Remove the ParenthesizedExpression node type
[libs/gl.git] / source / glsl / generate.h
index bfd15a694d8341e6e281a529cc5ae77d185a4274..51d86a536854b129dc44fcbc9b06ff5927e0422f 100644 (file)
@@ -140,7 +140,6 @@ private:
        void resolve(Expression &, TypeDeclaration *, bool);
 
        virtual void visit(Literal &);
-       virtual void visit(ParenthesizedExpression &);
        virtual void visit(VariableReference &);
        virtual void visit(InterfaceBlockReference &);
        virtual void visit(MemberAccess &);