summaryrefslogtreecommitdiff
path: root/libs/ardour/source.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-09-25 13:02:31 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2019-09-25 13:02:31 -0600
commit468731c14b9bde769b79ae1a88277701f3f9d068 (patch)
treebd366db36c59109b3d2023826d644ff57c1da394 /libs/ardour/source.cc
parent5ec5bc4523e5c0fd998a6a133c6a03ab1475f063 (diff)
goodbye Profile->...trx
Diffstat (limited to 'libs/ardour/source.cc')
-rw-r--r--libs/ardour/source.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc
index 8e509360a1..9aeb8ba62b 100644
--- a/libs/ardour/source.cc
+++ b/libs/ardour/source.cc
@@ -176,11 +176,6 @@ Source::set_state (const XMLNode& node, int version)
_flags = Flag (_flags | Destructive);
}
- if (Profile->get_trx() && (_flags & Destructive)) {
- error << string_compose (_("%1: this session uses destructive tracks, which are not supported"), PROGRAM_NAME) << endmsg;
- return -1;
- }
-
if (version < 3000) {
/* a source with an XML node must necessarily already exist,
and therefore cannot be removable/writable etc. etc.; 2.X