From 288ef0a514ff97b3013d1a88eddfbced02edfeea Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 10 Jan 2019 17:35:06 +0100 Subject: [PATCH] acquiringDone not used, removing --- slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h index 0b4c05d0b..022bbfc9d 100644 --- a/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h +++ b/slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h @@ -1745,9 +1745,6 @@ class multiSlsDetector : public virtual slsDetectorDefs, /** sets when the acquisition is finished */ bool jointhread {false}; - /** set when detector finishes acquiring */ - int acquiringDone {0}; - /** the data processing thread */ // pthread_t dataProcessingThread; std::thread dataProcessingThread;