]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/compatibility.cpp
Remove unused constructors
[libs/gl.git] / source / glsl / compatibility.cpp
index 1ada7b7c9acbd0f23fab28e868ca839621263b92..f12a46e384cf6c451b05125048ba89ffd38fe733 100644 (file)
@@ -85,12 +85,6 @@ LegacyConverter::LegacyConverter():
        frag_out(0)
 { }
 
-LegacyConverter::LegacyConverter(const Version &v):
-       target_api(get_gl_api()),
-       target_version(v),
-       frag_out(0)
-{ }
-
 void LegacyConverter::apply(Stage &s)
 {
        SetForScope<Stage *> set_stage(stage, &s);