mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NO-OP: add comment
This commit is contained in:
parent
ee0693d121
commit
ed48758fb6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue