Removed cleanupCache from improcfun.h and StopWatch for iccstore

This commit is contained in:
heckflosse
2016-02-24 02:17:09 +01:00
parent e52b1fcdd4
commit 24ca91dc61
2 changed files with 0 additions and 3 deletions

View File

@@ -219,7 +219,6 @@ public:
// float maxblueresid;//used by noise_residual
// int comptlevel;
static void cleanupCache ();
ImProcFunctions (const ProcParams* iparams, bool imultiThread = true)
: monitorTransform(NULL), lab2outputTransform(NULL), output2monitorTransform(NULL), params(iparams), scale(1), multiThread(imultiThread) {}