mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
[Summary] Removed unused code
This commit is contained in:
parent
fbbac3277d
commit
68e9ae383b
1 changed files with 0 additions and 6 deletions
|
|
@ -528,12 +528,6 @@ EditorRoutes::redisplay ()
|
|||
|
||||
bool visible = tv->marked_for_display ();
|
||||
|
||||
bool show_number = true;
|
||||
boost::shared_ptr<AudioTrack> at = boost::dynamic_pointer_cast<AudioTrack>(route);
|
||||
if (at && at->is_master_track() ) {
|
||||
show_number = false;
|
||||
}
|
||||
|
||||
/* show or hide the TimeAxisView */
|
||||
if (visible) {
|
||||
position += tv->show_at (position, n, &_editor->edit_controls_vbox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue