X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.h;h=81563a72887acec2fc848d4c954776f51fa98165;hp=67f2cf6c30a0b1b264759b0090265b89cec7a5b6;hb=91d87a3ecae2b21a87829442d82e65f071009e92;hpb=a04e4054b3001d24a540a0e7b088d270f3e07c07 diff --git a/source/effects/shadowmap.h b/source/effects/shadowmap.h index 67f2cf6c..81563a72 100644 --- a/source/effects/shadowmap.h +++ b/source/effects/shadowmap.h @@ -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. */