13
0

Fix double "Tape" in Record Mode drop down when adding new track.

This bug probably also lead to "Tape" being shown in mixbus even
though it should not.
This commit is contained in:
André Nusser 2017-05-14 11:28:18 +02:00 committed by Robin Gareus
parent 3aa3413944
commit 092ce6dc01

View File

@ -373,7 +373,6 @@ AddRouteDialog::refill_track_modes ()
#ifdef XXX_OLD_DESTRUCTIVE_API_XXX
s.push_back (_("Non Layered"));
#endif
s.push_back (_("Tape"));
if (!ARDOUR::Profile->get_mixbus ()) {
s.push_back (_("Tape"));
}