summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-06 03:20:46 +0100
committerRobin Gareus <robin@gareus.org>2020-03-06 03:29:16 +0100
commitd126966952f88065d0426c289b64d755930e6b82 (patch)
treef6e4482e3e3df2fc9891c34892b215b889e3b7d3 /libs/ardour/export_handler.cc
parentfc65097686c705f009fa075d18e5a2dbd60f0ba5 (diff)
Remove backend support for region-output export
This use-case is better served via stem-export.
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index df64e87154..9454f52e24 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -210,7 +210,6 @@ ExportHandler::start_timespan ()
spec.filename->set_timespan (it->first);
switch (spec.channel_config->region_processing_type ()) {
case RegionExportChannelFactory::None:
- case RegionExportChannelFactory::Processed:
region_export = false;
break;
default: