summaryrefslogtreecommitdiff
path: root/libs/ardour/export_format_manager.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-21 17:52:42 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-23 17:42:35 +0100
commit2f6debf0d2b78bd6399f9e28e98333e1fd1b05d3 (patch)
treeb9c3500aca2b5ca13c8b2096d5c361a094b1c552 /libs/ardour/export_format_manager.cc
parent8ebd8a99abe3b18130c65ff3b3c9c7ed6fdd4c48 (diff)
Remove Soundcloud upload from export format specification
Remove the Soundcloud upload property from export formats - it doesn't belong there, since it's a thing which can apply (or not) to any format preset.
Diffstat (limited to 'libs/ardour/export_format_manager.cc')
-rw-r--r--libs/ardour/export_format_manager.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc
index 3ee940ffb6..04cfa76677 100644
--- a/libs/ardour/export_format_manager.cc
+++ b/libs/ardour/export_format_manager.cc
@@ -293,12 +293,6 @@ ExportFormatManager::select_with_toc (bool value)
check_for_description_change ();
}
-void
-ExportFormatManager::select_upload (bool value)
-{
- current_selection->set_upload (value);
- check_for_description_change ();
-}
void
ExportFormatManager::set_command (std::string command)