]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compiler.h
Require passing features to SL::Compiler constructor
[libs/gl.git] / source / glsl / compiler.h
index 9d839745aa752e365b81057a3f46b917c52c9401..52076e693f66c9f84a7282dca8b0c9fa91b559d4 100644 (file)
@@ -47,9 +47,6 @@ private:
        std::map<std::string, int> spec_values;
 
 public:
-       /** Creates a compiler using features from the current OpenGL context. */
-       Compiler();
-
        /** Creates a compiler targeting a specific set of features. */
        Compiler(const Features &);