Remove call to deleted function.

This commit is contained in:
Kai Blaschke
2023-03-04 17:34:49 +01:00
parent a55fa071b4
commit e48e6f3962

View File

@ -121,7 +121,6 @@ void ProjectM::ThreadWorker()
{
return;
}
EvaluateSecondPreset();
m_workerSync->FinishedWork();
}
}