From cc7f9d7f46cdffb68ccfcc0dc72c70d0214477e5 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Feb 2015 17:08:25 -0500 Subject: [PATCH] fix up recent cherry-picks from waves' tracks --- gtk2_ardour/editor_routes.cc | 9 --------- 1 file changed, 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 */