Fix one more warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@9784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cd17e05e3a
commit
c78f388edf
@ -487,9 +487,6 @@ EditorRegions::region_changed (boost::shared_ptr<Region> r, const PropertyChange
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* find the region in our model and update its row */
|
|
||||||
TreeModel::Children rows = _model->children ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (what_changed.contains (ARDOUR::Properties::hidden)) {
|
if (what_changed.contains (ARDOUR::Properties::hidden)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user