fix up recent cherry-picks from waves' tracks

This commit is contained in:
Paul Davis 2015-02-13 17:08:25 -05:00
parent 236f549caa
commit cc7f9d7f46

View file

@ -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 */