From e667e3dce7fc80e659e7c5dd8ec651ae0a81ceab Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Sun, 16 Aug 2020 21:34:11 +0200 Subject: [PATCH] Removed timing code and some includes --- rtengine/improccoordinator.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rtengine/improccoordinator.cc b/rtengine/improccoordinator.cc index b1e7c8776..f25395c2d 100644 --- a/rtengine/improccoordinator.cc +++ b/rtengine/improccoordinator.cc @@ -17,8 +17,6 @@ * along with RawTherapee. If not, see . */ #include -#include -#include #include #include "improccoordinator.h" @@ -27,7 +25,6 @@ #include "cieimage.h" #include "color.h" #include "colortemp.h" -#include "jaggedarray.h" #include "curves.h" #include "dcp.h" #include "iccstore.h" @@ -45,8 +42,7 @@ #ifdef _OPENMP #include #endif -#define BENCHMARK -#include "StopWatch.h" + namespace { @@ -1854,7 +1850,7 @@ void ImProcCoordinator::updateVectorscope() if (!workimg) { return; } -BENCHFUN + int x1, y1, x2, y2; params->crop.mapToResized(pW, pH, scale, x1, x2, y1, y2);