diff --git a/slsDetectorSoftware/src/Module.cpp b/slsDetectorSoftware/src/Module.cpp index 8f4a8dfe6..c655f6731 100644 --- a/slsDetectorSoftware/src/Module.cpp +++ b/slsDetectorSoftware/src/Module.cpp @@ -270,8 +270,6 @@ void Module::setThresholdEnergy(int e_eV, detectorSettings isettings, } } - - void Module::setAllThresholdEnergy(std::array e_eV, detectorSettings isettings, bool trimbits) { if (shm()->detType != MYTHEN3) { diff --git a/slsDetectorSoftware/src/Module.h b/slsDetectorSoftware/src/Module.h index 06ec6db14..0a2bd9f1f 100644 --- a/slsDetectorSoftware/src/Module.h +++ b/slsDetectorSoftware/src/Module.h @@ -109,7 +109,7 @@ class Module : public virtual slsDetectorDefs { bool trimbits); void setAllThresholdEnergy(std::array e_eV, detectorSettings isettings, bool trimbits); - std::string getSettingsDir() const; + std::string getSettingsDir() const; void updateRxAllThresholdMetadata(std::array e_eV); std::string setSettingsDir(const std::string &dir); void loadTrimbits(const std::string &fname);