X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcolorcurve.h;h=d8697d837b26a689e78ef64be5a6e17d44c6c091;hb=df20a7e137542a4156cc5ffa8118d59de6b68547;hp=dac0ac08ab689382ace03041070d4db77ec873e2;hpb=fd18332856ddd03f79a54dd034d53cb0a384335d;p=libs%2Fgl.git diff --git a/source/colorcurve.h b/source/colorcurve.h index dac0ac08..d8697d83 100644 --- a/source/colorcurve.h +++ b/source/colorcurve.h @@ -61,10 +61,6 @@ public: /** Sets the exponent of the */ void set_brightness_response(float); - // Deprecated functions - void set_peak(float); - void set_brightness(float); - /** Sets the gamma value used for mapping output colors. Allowed range is from 0.1 to 10. */ void set_gamma(float);