]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/optimize.h
Make ConstantFolder check the type of the value directly
[libs/gl.git] / source / glsl / optimize.h
index ea61b671d2e1ea2a68b10c4b4682e8cb6a560260..a714a97a1b45ce49cf78a5c0fd4c69d2a4b6a661 100644 (file)
@@ -175,7 +175,6 @@ public:
        bool apply(Stage &s) { s.content.visit(*this); return r_any_folded; }
 
 private:
-       static BasicTypeDeclaration::Kind get_value_kind(const Variant &);
        template<typename T>
        static T evaluate_logical(char, T, T);
        template<typename T>