]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/light.h
Remove deprecated interfaces from material and lighting code
[libs/gl.git] / source / materials / light.h
index a6ffd16efd3701d456cb3b0d3578b0ee558d6f6b..05a05aa90040a65bbf1017a070fdc9ab85cb75c0 100644 (file)
@@ -71,11 +71,6 @@ public:
        const Color &get_color() const { return color; }
        const Color &get_transmittance() const { return transmittance; }
 
-       DEPRECATED void set_diffuse(const Color &c) { set_color(c); }
-       DEPRECATED void set_specular(const Color &) { }
-       DEPRECATED const Color &get_diffuse() const { return color; }
-       DEPRECATED const Color &get_specular() const { return color; }
-
        /** Sets the postion and orientation of the Light from a matrix.  Negative Z
        axis is used as the spot direction, other axes are ignored. */
        virtual void set_matrix(const Matrix &);