summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-10 08:13:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-10 08:13:54 -0400
commit60597e750d6b8dff668bba13b600d106513b166c (patch)
tree48c54823be4e05db5bcb2085d53b716251efc67b /gtk2_ardour/editor_route_groups.cc
parente078102bc65627e9c66bc83cf7e4682054e4206e (diff)
remove unused variable
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index 377e58ccf8..d85335fd42 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -551,8 +551,6 @@ EditorRouteGroups::set_session (Session* s)
if (_session) {
- RouteGroup& arg (_session->all_route_group());
-
_session->route_group_added.connect (_session_connections, MISSING_INVALIDATOR, boost::bind (&EditorRouteGroups::add, this, _1), gui_context());
_session->route_group_removed.connect (
_session_connections, MISSING_INVALIDATOR, boost::bind (&EditorRouteGroups::groups_changed, this), gui_context()