X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fambientocclusion.h;h=ff1e82443c972bb7d8fee12bf011aa2e3b3e9ea9;hb=344dd6a52b55d847f3346e94ec266a8864764b9d;hp=419189942fad13e4b48b9223ef09bce0dc214233;hpb=99d25b5ef615a23ef63645fea87596b3384b5ede;p=libs%2Fgl.git diff --git a/source/ambientocclusion.h b/source/ambientocclusion.h index 41918994..ff1e8244 100644 --- a/source/ambientocclusion.h +++ b/source/ambientocclusion.h @@ -59,9 +59,6 @@ public: void set_occlusion_radius(float); void set_edge_depth_threshold(float); - // Deprecated - void set_depth_ratio(float); - void set_darkness(float); virtual void render(Renderer &, const Texture2D &, const Texture2D &);