Removed unused EventManager class member from Insight and InsightWorker

This commit is contained in:
Nav
2022-03-20 18:01:46 +00:00
parent 8067762d38
commit db51d5e4c5
5 changed files with 2 additions and 10 deletions

View File

@@ -12,8 +12,6 @@ namespace Bloom
using Bloom::Targets::TargetState;
InsightWorker::InsightWorker(EventManager& eventManager): eventManager(eventManager) {}
void InsightWorker::queueTask(InsightWorkerTask* task) {
auto taskQueueLock = this->queuedTasks.acquireLock();
task->moveToThread(this->thread());