Removed rtengine/hlmultipliers.cc

This commit is contained in:
heckflosse
2016-10-02 15:22:42 +02:00
parent f9f593d343
commit 8de758f7b6
3 changed files with 0 additions and 445 deletions

View File

@@ -4403,8 +4403,6 @@ void RawImageSource::hlRecovery (std::string method, float* red, float* green, f
} else if (method == "CIELab blending") {
HLRecovery_CIELab (red, green, blue, red, green, blue, width, 65535.0, imatrices.xyz_cam, imatrices.cam_xyz);
}
/*else if (method=="Color")
HLRecovery_ColorPropagation (red, green, blue, i, sx1, width, skip);*/
else if (method == "Blend") { // derived from Dcraw
HLRecovery_blend(red, green, blue, width, 65535.0, hlmax);
}