Code cleanup: removed colorboost, colordenoise, colorshift, waveletequalizer, lumadenoise

Code was already commented and superseded
This commit is contained in:
ffsup2
2011-08-14 23:35:56 +02:00
parent e93ccb21b2
commit a75252f34d
30 changed files with 7 additions and 1331 deletions

View File

@@ -125,9 +125,6 @@ void BatchToolPanelCoordinator::initSession () {
distortion->setAdjusterBehavior (false);
perspective->setAdjusterBehavior (false);
cacorrection->setAdjusterBehavior (false);
//colorshift->setAdjusterBehavior (false, false);
//colorboost->setAdjusterBehavior (false);
//lumadenoise->setAdjusterBehavior (false);
sharpening->setAdjusterBehavior (false);
clarity->setAdjusterBehavior (false, false, false, false);
@@ -149,9 +146,6 @@ void BatchToolPanelCoordinator::initSession () {
distortion->setAdjusterBehavior (options.baBehav[ADDSET_DIST_AMOUNT]);
perspective->setAdjusterBehavior (options.baBehav[ADDSET_PERSPECTIVE]);
cacorrection->setAdjusterBehavior (options.baBehav[ADDSET_CA]);
//colorshift->setAdjusterBehavior (options.baBehav[ADDSET_CS_BLUEYELLOW], options.baBehav[ADDSET_CS_GREENMAGENTA]);
//colorboost->setAdjusterBehavior (options.baBehav[ADDSET_CBOOST_AMOUNT]);
//lumadenoise->setAdjusterBehavior (options.baBehav[ADDSET_LD_EDGETOLERANCE]);
sharpening->setAdjusterBehavior (options.baBehav[ADDSET_SHARP_AMOUNT]);
clarity->setAdjusterBehavior (options.baBehav[ADDSET_CLAR_STREN],options.baBehav[ADDSET_CLAR_MLSTREN],options.baBehav[ADDSET_CLAR_PASS],options.baBehav[ADDSET_CLAR_UNIFORMITY]);