summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-07-02 17:19:55 +0000
committerCarl Hetherington <carl@carlh.net>2011-07-02 17:19:55 +0000
commitc78f388edfd3ea3e5e4c78edfc8a64d0f597338e (patch)
tree4781c4eab87ffaba455c079ffdd93b4e368eea66
parentcd17e05e3a22614387050736c89a4727c4da0d61 (diff)
Fix one more warning.
git-svn-id: svn://localhost/ardour2/branches/3.0@9784 d708f5d6-7413-0410-9779-e7cbd77b26cf
-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)) {