X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.h;h=81563a72887acec2fc848d4c954776f51fa98165;hb=ff8a8bfa114a690b7b25d9503bb5ed811d6aeca9;hp=67f2cf6c30a0b1b264759b0090265b89cec7a5b6;hpb=2b2676392aff2eb6b38c3e463cc67f4d67a4ef8b;p=libs%2Fgl.git 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. */