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.
This commit is contained in:
Colin Fletcher 2014-05-21 17:52:42 +01:00
parent 8ebd8a99ab
commit 2f6debf0d2
5 changed files with 1 additions and 32 deletions

View file

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