summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-02-28 23:33:08 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-17 16:31:49 -0600
commit53e743f4ae10885fe4f2e77d560acb0bdd9803fd (patch)
tree74c5824503e9e8d08f4bb3b77f01d4cf9baa00d5 /gtk2_ardour/sfdb_ui.cc
parent0738472feee8db7f64ef6a4e542e3f4bcab817d3 (diff)
remove reference to ImportAsTapeTracks
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index ebf0d5965b..70bcf7aabc 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -125,8 +125,6 @@ string2importmode (string const & str)
return ImportToTrack;
} else if (str == _("to source list")) {
return ImportAsRegion;
- } else if (str == _("as new tape tracks")) {
- return ImportAsTapeTrack;
}
warning << string_compose (_("programming error: unknown import mode string %1"), str) << endmsg;