remove destructive/tape mode tracks

This commit is contained in:
Paul Davis 2020-02-25 21:35:07 -07:00
parent e89b0cfd27
commit a4d7b45fe0
53 changed files with 114 additions and 1152 deletions

View file

@ -471,12 +471,6 @@ StreamView::update_rec_box ()
xend = _trackview.editor().sample_to_pixel (at);
break;
case Destructive:
rect.length = 2;
xstart = _trackview.editor().sample_to_pixel (_trackview.track()->current_capture_start());
xend = _trackview.editor().sample_to_pixel (at);
break;
default:
fatal << string_compose (_("programming error: %1"), "illegal track mode") << endmsg;
abort(); /*NOTREACHED*/