summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-10 01:37:35 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-10 01:37:35 +0000
commitc899ba4368e61f31820a34c5e7c9a48345a364a2 (patch)
treec54418e2885a9cf872927a3d2b0678d6347778e0 /gtk2_ardour/editor_route_groups.cc
parentce1316a9076fa39cbfc6dbb06dd119aff31c89b7 (diff)
Remove some dead code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7090 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 1c7304fa60..e60f8f7dc2 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -536,7 +536,7 @@ EditorRouteGroups::row_change (const Gtk::TreeModel::Path&, const Gtk::TreeModel
} else {
for (TrackViewList::const_iterator j = _editor->get_track_views().begin(); j != _editor->get_track_views().end(); ++j) {
if ((*j)->route_group() == group) {
- _editor->hide_track_in_display (**j);
+ _editor->hide_track_in_display (*j);
}
}
}