]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.h
Refactor the way of applying visitors to stages
[libs/gl.git] / source / glsl / compiler.h
index c8cb565fa1270c12d94c290a8479b0adef6f2084..2afc2f560bb00c17ecbdbfbc10f501ef11ad2813 100644 (file)
@@ -36,10 +36,6 @@ private:
        bool optimize(Stage &);
        void finalize(Stage &);
        static void inject_block(Block &, const Block &);
-       template<typename T>
-       static typename T::ResultType apply(Stage &);
-       template<typename T, typename A>
-       static typename T::ResultType apply(Stage &, const A &);
 };
 
 } // namespace SL