]> git.tdb.fi Git - libs/gl.git/blobdiff - source/light.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / light.h
index b2047262edbba6ec4aea310f5a50f01650939d0a..e94f3c5aca8b333c5a73f6c31082cd2d0afa34a3 100644 (file)
@@ -88,9 +88,6 @@ public:
        /** Sets the angular falloff exponent of the spotlight.  Must be >= 0. */
        void set_spot_exponent(float);
 
-       /// Deprecated.
-       void set_spot_cutoff(float);
-
        /** Sets the cutoff angle of a spotlight.  Beyond this angle from its axis
        the spotlight provides no illumination.  Must be between 0 and 90 degrees,
        or exactly 180 degrees to indicate a non-spotlight. */