X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fambientocclusion.h;h=ff1e82443c972bb7d8fee12bf011aa2e3b3e9ea9;hb=df20a7e137542a4156cc5ffa8118d59de6b68547;hp=419189942fad13e4b48b9223ef09bce0dc214233;hpb=fd18332856ddd03f79a54dd034d53cb0a384335d;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 &);