Remove buggy (unpredictable) automatic setting of HL reconstruction when using Auto levels, fixes #4249

This commit is contained in:
heckflosse
2018-01-16 22:34:29 +01:00
parent c139744647
commit f644d41ff2
4 changed files with 1 additions and 47 deletions

View File

@@ -286,7 +286,6 @@ struct ToneCurveParams {
bool operator ==(const ToneCurveParams& other) const;
bool operator !=(const ToneCurveParams& other) const;
static bool HLReconstructionNecessary(const LUTu& histRedRaw, const LUTu& histGreenRaw, const LUTu& histBlueRaw);
};
/**