From 99447b7d6da59dc8ea80a5da43ff44cb820ed906 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 8 Apr 2022 22:15:25 +0100 Subject: [PATCH] Tidied Insight worker header --- src/Insight/InsightWorker/InsightWorker.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Insight/InsightWorker/InsightWorker.hpp b/src/Insight/InsightWorker/InsightWorker.hpp index e273ced0..f697ee50 100644 --- a/src/Insight/InsightWorker/InsightWorker.hpp +++ b/src/Insight/InsightWorker/InsightWorker.hpp @@ -35,9 +35,7 @@ namespace Bloom this->eventListener->dispatchCurrentEvents(); } - public slots: void startup(); - void requestPinStates(int variantId); signals: void ready(); @@ -66,7 +64,6 @@ namespace Bloom void onTargetRegistersWrittenEvent(const Events::RegistersWrittenToTarget& event); void onTargetControllerStateReportedEvent(const Events::TargetControllerStateReported& event); - private slots: void executeTasks(); }; }