summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-02-13 17:08:25 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-02-13 17:08:25 -0500
commitcc7f9d7f46cdffb68ccfcc0dc72c70d0214477e5 (patch)
treea92ff6e36c3b622f2d3b90a12da41943ce9c982e /gtk2_ardour/editor_routes.cc
parent236f549caa4eb05550b316a49e7c17bdde6cf00e (diff)
fix up recent cherry-picks from waves' tracks
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 30082adec4..21e8075d1a 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -515,15 +515,6 @@ EditorRoutes::redisplay_real ()
continue;
}
- if (route->is_master()) {
-
- tv->hide(); // never show master bus
- if (_editor->master_bus_ui ()) {
- _editor->master_bus_ui ()->set_route (route);
- }
- continue;
- }
-
bool visible = tv->marked_for_display ();
/* show or hide the TimeAxisView */