removed local contrast inside the S/H tool (remapped to the new local contrast tool)

See #4247
This commit is contained in:
Alberto Griggio
2017-12-22 23:59:44 +01:00
parent 48ecbd169d
commit 156cb762ec
10 changed files with 24 additions and 49 deletions

View File

@@ -31,7 +31,6 @@ protected:
Adjuster* h_tonalwidth;
Adjuster* shadows;
Adjuster* s_tonalwidth;
Adjuster* lcontrast;
Adjuster* radius;
Gtk::CheckButton* hq;
bool lastHQ;
@@ -50,7 +49,7 @@ public:
void enabledChanged ();
void hqChanged ();
void setAdjusterBehavior (bool hadd, bool sadd, bool lcadd);
void setAdjusterBehavior (bool hadd, bool sadd);
void trimValues (rtengine::procparams::ProcParams* pp);
};