Removed lock because queue processing deadlocks now, #4882
This commit is contained in:
@@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector<BatchQueueEntry*>& ent
|
|||||||
|
|
||||||
bool BatchQueuePanel::canStartNext ()
|
bool BatchQueuePanel::canStartNext ()
|
||||||
{
|
{
|
||||||
GThreadLock lock;
|
// GThreadLock lock;
|
||||||
if (qStartStop->get_active()) {
|
if (qStartStop->get_active()) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user