summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/editor_regions.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_regions.cc b/gtk2_ardour/editor_regions.cc
index 763768ddcc..154af6c977 100644
--- a/gtk2_ardour/editor_regions.cc
+++ b/gtk2_ardour/editor_regions.cc
@@ -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)) {