13
0

Fix one more warning.

git-svn-id: svn://localhost/ardour2/branches/3.0@9784 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-07-02 17:19:55 +00:00
parent cd17e05e3a
commit c78f388edf

View File

@ -487,9 +487,6 @@ EditorRegions::region_changed (boost::shared_ptr<Region> r, const PropertyChange
return;
}
}
/* find the region in our model and update its row */
TreeModel::Children rows = _model->children ();
}
if (what_changed.contains (ARDOUR::Properties::hidden)) {