acquiringDone not used, removing

This commit is contained in:
2019-01-10 17:35:06 +01:00
parent 818be3bb85
commit 288ef0a514

View File

@ -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;