X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flight.h;h=e94f3c5aca8b333c5a73f6c31082cd2d0afa34a3;hb=df20a7e137542a4156cc5ffa8118d59de6b68547;hp=b2047262edbba6ec4aea310f5a50f01650939d0a;hpb=fd18332856ddd03f79a54dd034d53cb0a384335d;p=libs%2Fgl.git diff --git a/source/light.h b/source/light.h index b2047262..e94f3c5a 100644 --- a/source/light.h +++ b/source/light.h @@ -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. */