]> git.tdb.fi Git - libs/gl.git/blobdiff - source/light.h
Remove some deprecated stuff
[libs/gl.git] / source / light.h
index 3be561d71c7dc1b5ba08a3ef0d882786dc39ea3f..fb3410c7332716d6e0cb69e90db5f0a33501573b 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_GL_LIGHT_H_
 #define MSP_GL_LIGHT_H_
 
@@ -54,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);