Removed timing code

This commit is contained in:
Ingo Weyrich 2019-07-12 13:46:45 +02:00
parent 856b437983
commit d1c9a5f989

View File

@ -33,9 +33,6 @@
#include "rawimagesource.h"
#include "rt_math.h"
#define BENCHMARK
#include "StopWatch.h"
namespace
{
@ -295,7 +292,6 @@ extern const Settings* settings;
void RawImageSource::HLRecovery_inpaint(float** red, float** green, float** blue)
{
BENCHFUN
double progress = 0.0;
if (plistener) {