]> git.tdb.fi Git - libs/gl.git/blobdiff - source/light.h
Remove some deprecated stuff
[libs/gl.git] / source / light.h
index 2375c7c909899b7ac22fc3fc13992d8f3c31307f..fb3410c7332716d6e0cb69e90db5f0a33501573b 100644 (file)
@@ -47,9 +47,6 @@ public:
        void bind() const;
        void bind_to(unsigned) const;
 
-       // Deprecated
-       void set_position(float x, float y, float z, float w) { set_position(Vector4(x, y, z, w)); }
-
        static void activate(unsigned);
        static void unbind();
        static void unbind_from(unsigned);