removed old comment (no longer valid)

This commit is contained in:
Alberto Griggio
2018-04-13 18:00:55 +02:00
parent 4df4fd6370
commit c456741431

View File

@@ -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