Removed benchmark code and made Color::gammatabThumb a LUTuc

This commit is contained in:
heckflosse
2016-02-25 19:14:00 +01:00
parent 1b220543f3
commit f0113b8f57
6 changed files with 18 additions and 22 deletions

View File

@@ -29,8 +29,6 @@
#include "rtthumbnail.h"
#include "../rtgui/profilestore.h"
#include "../rtgui/threadutils.h"
#define BENCHMARK
#include "StopWatch.h"
namespace rtengine
{
@@ -41,7 +39,6 @@ MyMutex* lcmsMutex = NULL;
int init (const Settings* s, Glib::ustring baseDir, Glib::ustring userSettingsDir)
{
BENCHFUN
settings = s;
iccStore->init (s->iccDirectory, baseDir + "/iccprofiles");
iccStore->findDefaultMonitorProfile();