From c456741431ceb234842aa7a10bc088d0ab0207e3 Mon Sep 17 00:00:00 2001 From: Alberto Griggio Date: Fri, 13 Apr 2018 18:00:55 +0200 Subject: [PATCH] removed old comment (no longer valid) --- rtengine/ipshadowshighlights.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/ipshadowshighlights.cc b/rtengine/ipshadowshighlights.cc index 9a967d52b..0cf710f25 100644 --- a/rtengine/ipshadowshighlights.cc +++ b/rtengine/ipshadowshighlights.cc @@ -42,7 +42,6 @@ void ImProcFunctions::shadowsHighlights(LabImage *lab) const auto apply = [&](int amount, int tonalwidth, bool hl) -> void { - // first highlights const float thresh = tonalwidth * 327.68f; const float scale = hl ? (thresh > 0.f ? 0.9f / thresh : 1.f) : thresh * 0.9f; #ifdef _OPENMP