code cleanup after the new shadows/highlights tool

This commit is contained in:
Alberto Griggio
2018-04-13 15:43:06 +02:00
parent 25b066e257
commit 4df4fd6370
18 changed files with 16 additions and 248 deletions

View File

@@ -32,9 +32,6 @@ protected:
Adjuster* shadows;
Adjuster* s_tonalwidth;
Adjuster* radius;
Gtk::CheckButton* hq;
bool lastHQ;
sigc::connection hqConn;
public:
@@ -47,7 +44,6 @@ public:
void adjusterChanged (Adjuster* a, double newval);
void enabledChanged ();
void hqChanged ();
void setAdjusterBehavior (bool hadd, bool sadd);
void trimValues (rtengine::procparams::ProcParams* pp);