From 74c713b39215927d4327794552eac55f301e0095 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Fri, 12 Apr 2019 15:20:34 +0200 Subject: [PATCH] removed stopwatch --- rtengine/iplocallab.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index 3dac11cb7..838132d81 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -3850,7 +3850,6 @@ void ImProcFunctions::Lab_Local(int call, int sp, float** shbuffer, LabImage * o //Blur and noise if (((radius >= 1.5 * GAUSS_SKIP && lp.rad > 1.) || lp.stren > 0.1) && lp.blurena) { // radius < GAUSS_SKIP means no gauss, just copy of original image - StopWatch Stop1("blur"); std::unique_ptr tmp1; if (call <= 3 && lp.blurmet == 0) {