Removed lock because queue processing deadlocks now, #4882

This commit is contained in:
heckflosse
2018-10-25 17:04:26 +02:00
parent eee6837385
commit fef2f73aa7

View File

@@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector<BatchQueueEntry*>& ent
bool BatchQueuePanel::canStartNext ()
{
GThreadLock lock;
// GThreadLock lock;
if (qStartStop->get_active()) {
return true;
} else {