]> git.tdb.fi Git - libs/gl.git/blobdiff - source/lighting.h
Remove various old deprecated things
[libs/gl.git] / source / lighting.h
index c36b33527c98eb031f0e7454ca6411ac0cb9f669..572b2c896ba89a4eb322aae9d03d8d4cd8420de6 100644 (file)
@@ -62,9 +62,6 @@ public:
        effect without shaders. */
        void set_zenith_direction(const Vector3 &);
 
-       /// Deprecated alias for set_zenith_direction
-       void set_sky_direction(const Vector3 &d) { set_zenith_direction(d); }
-
        /** Sets the angle where skylight cuts off, counted from the true horizon.
        Has no effect without shaders. */
        void set_horizon_angle(const Geometry::Angle<float> &);