]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/output.h
Make DumpTree able to dump arbitrary nodes
[libs/gl.git] / source / glsl / output.h
index 1e59a445ebdd1f16eead08246ac98196b3a286ca..09cdf0714fb735103ba1cbedac9e2e53239d97fe 100644 (file)
@@ -26,7 +26,6 @@ public:
        Formatter();
 
        std::string apply(Stage &);
-       std::string apply(Node &n) { n.visit(*this); return formatted; }
 
 private:
        void append(const std::string &);