NO-OP: add comment

This commit is contained in:
Paul Davis 2023-06-28 13:38:08 -06:00
parent ee0693d121
commit ed48758fb6

View File

@ -562,6 +562,8 @@ StreamView::set_selected_regionviews (RegionSelection& regions)
selected = false;
/* Linear search: probably as good as anything else */
for (RegionSelection::iterator ii = regions.begin(); ii != regions.end(); ++ii) {
if (*i == *ii) {
selected = true;