mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-14 23:38:41 +01:00
redundant getRxROI in Detector class for multi level and module level
This commit is contained in:
@@ -1383,8 +1383,6 @@ void Detector::setRxArping(bool value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setRxArping, pos, value);
|
||||
}
|
||||
|
||||
std::vector<defs::ROI> Detector::getRxROI() const { return pimpl->getRxROI(); }
|
||||
|
||||
std::vector<defs::ROI> Detector::getRxROI(int module_id) const {
|
||||
return pimpl->getRxROI(module_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user