mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
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:
parent
8ebd8a99ab
commit
2f6debf0d2
5 changed files with 1 additions and 32 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue