diff --git a/rtgui/thumbimageupdater.cc b/rtgui/thumbimageupdater.cc index 90f2c3621..da76e3665 100644 --- a/rtgui/thumbimageupdater.cc +++ b/rtgui/thumbimageupdater.cc @@ -66,10 +66,9 @@ public: inactive_waiting_(false) { int threadCount=1; - /* Test: Only 1 thread for thumbnails creation, since tools are already parallelized #ifdef _OPENMP threadCount=omp_get_num_procs(); - #endif */ + #endif threadPool_=new Glib::ThreadPool(threadCount,0); }