diff --git a/rtengine/iccstore.cc b/rtengine/iccstore.cc index 9c7e4e914..1a53868cf 100644 --- a/rtengine/iccstore.cc +++ b/rtengine/iccstore.cc @@ -1883,9 +1883,9 @@ cmsHPROFILE rtengine::ICCStore::createCustomGammaOutputProfile(const procparams: } - if (GammaTRC) { + // if (GammaTRC) { cmsFreeToneCurve(GammaTRC[0]); - } + // } } return outputProfile;