From 7bcc8ae2369b6b07149a69b001dbc328a7824989 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Wed, 17 Jan 2018 22:25:32 +0100 Subject: [PATCH] removed useless lines --- rtengine/histmatching.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/rtengine/histmatching.cc b/rtengine/histmatching.cc index 4be81ad8a..43f73b811 100644 --- a/rtengine/histmatching.cc +++ b/rtengine/histmatching.cc @@ -145,8 +145,6 @@ void RawImageSource::getAutoMatchedToneCurve(std::vector &outCurve) PreviewProps pp(0, 0, fw, fh, skip); ColorTemp currWB = getWB(); std::unique_ptr image(new Imagefloat(int(fw / skip), int(fh / skip))); - neutral.raw.bayersensor.method = procparams::RAWParams::BayerSensor::getMethodString(procparams::RAWParams::BayerSensor::Method::FAST); - neutral.raw.xtranssensor.method = procparams::RAWParams::XTransSensor::getMethodString(procparams::RAWParams::XTransSensor::Method::FAST); getImage(currWB, tr, image.get(), pp, neutral.toneCurve, neutral.raw); // this could probably be made faster -- ideally we would need to just