Removed timing code
This commit is contained in:
parent
856b437983
commit
d1c9a5f989
@ -33,9 +33,6 @@
|
|||||||
#include "rawimagesource.h"
|
#include "rawimagesource.h"
|
||||||
#include "rt_math.h"
|
#include "rt_math.h"
|
||||||
|
|
||||||
#define BENCHMARK
|
|
||||||
#include "StopWatch.h"
|
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -295,7 +292,6 @@ extern const Settings* settings;
|
|||||||
|
|
||||||
void RawImageSource::HLRecovery_inpaint(float** red, float** green, float** blue)
|
void RawImageSource::HLRecovery_inpaint(float** red, float** green, float** blue)
|
||||||
{
|
{
|
||||||
BENCHFUN
|
|
||||||
double progress = 0.0;
|
double progress = 0.0;
|
||||||
|
|
||||||
if (plistener) {
|
if (plistener) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user