]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/shadowmap.h
Remove deprecated constructors from effects
[libs/gl.git] / source / effects / shadowmap.h
index 67f2cf6c30a0b1b264759b0090265b89cec7a5b6..81563a72887acec2fc848d4c954776f51fa98165 100644 (file)
@@ -41,11 +41,7 @@ private:
 
 public:
        ShadowMap(unsigned, Renderable &, const Light &, Renderable &);
-       DEPRECATED ShadowMap(unsigned, Renderable &, const Light &);
-private:
-       void init(unsigned);
 
-public:
        /** Sets the ShadowMap target point and radius.  The transformation matrix is
        computed so that a sphere with the specified parameters will be completely
        covered by the ShadowMap. */