nuke empty adjusterAutoToggled functions

This commit is contained in:
Ingo Weyrich
2019-07-20 11:44:38 +02:00
parent 4bda0fb475
commit 0493e67474
86 changed files with 1 additions and 214 deletions

View File

@@ -43,7 +43,6 @@ public:
void setBatchMode (bool batchMode) override;
void adjusterChanged(Adjuster* a, double newval) override;
void adjusterAutoToggled(Adjuster* a, bool newval) override;
void setAdjusterBehavior (bool amountadd, bool radiusadd, bool strengthadd, bool centeradd);
void trimValues (rtengine::procparams::ProcParams* pp) override;
};