Remove StopWatch

This commit is contained in:
heckflosse 2019-05-14 13:01:58 +02:00
parent 975cdceef5
commit 6d1b1c7691

View File

@ -8,8 +8,6 @@
#include "../rtengine/clutstore.h"
#include "../rtengine/procparams.h"
#define BENCHMARK
#include "../rtengine/StopWatch.h"
using namespace rtengine;
using namespace rtengine::procparams;
@ -307,7 +305,6 @@ ClutComboBox::ClutModel::ClutModel(const Glib::ustring &path)
int ClutComboBox::ClutModel::parseDir(const Glib::ustring& path)
{
BENCHFUNMICRO
if (path.empty() || !Glib::file_test(path, Glib::FILE_TEST_IS_DIR)) {
return 0;
}