redundant getRxROI in Detector class for multi level and module level

This commit is contained in:
2025-07-01 16:58:27 +02:00
parent 36ed20117d
commit 274a338520
2 changed files with 3 additions and 8 deletions

View File

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