Remove StopWatch
This commit is contained in:
parent
975cdceef5
commit
6d1b1c7691
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
#include "../rtengine/clutstore.h"
|
#include "../rtengine/clutstore.h"
|
||||||
#include "../rtengine/procparams.h"
|
#include "../rtengine/procparams.h"
|
||||||
#define BENCHMARK
|
|
||||||
#include "../rtengine/StopWatch.h"
|
|
||||||
|
|
||||||
using namespace rtengine;
|
using namespace rtengine;
|
||||||
using namespace rtengine::procparams;
|
using namespace rtengine::procparams;
|
||||||
@ -307,7 +305,6 @@ ClutComboBox::ClutModel::ClutModel(const Glib::ustring &path)
|
|||||||
|
|
||||||
int ClutComboBox::ClutModel::parseDir(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)) {
|
if (path.empty() || !Glib::file_test(path, Glib::FILE_TEST_IS_DIR)) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user