From 19b6e4ca68c440874411989e0a0a6f942d56827b Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Thu, 27 Feb 2020 14:30:59 +0100 Subject: [PATCH] dcrop.cc : be cppcheck clean --- rtengine/dcrop.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rtengine/dcrop.cc b/rtengine/dcrop.cc index 3e9e2a6a8..243ea1b62 100644 --- a/rtengine/dcrop.cc +++ b/rtengine/dcrop.cc @@ -1007,14 +1007,6 @@ void Crop::update(int todo) params.wavelet.CLmethod = provis; - } -/* - if (!WaveParams.expclari && WaveParams.CLmethod != "all") { - params.wavelet.CLmethod = "all"; - params.wavelet.Backmethod = "grey"; - } -*/ - if ((WaveParams.ushamethod == "sharp" || WaveParams.ushamethod == "clari") && WaveParams.expclari && WaveParams.CLmethod != "all") { WaveParams.expcontrast = false; WaveParams.expchroma = false; WaveParams.expedge = false;