Remove backend support for region-output export

This use-case is better served via stem-export.
This commit is contained in:
Robin Gareus 2020-03-06 03:20:46 +01:00
parent fc65097686
commit d126966952
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
3 changed files with 0 additions and 8 deletions

View file

@ -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: