mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 21:56:30 +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. Conflicts: gtk2_ardour/export_format_dialog.cc
This commit is contained in:
parent
6844635271
commit
3e1f1630d8
5 changed files with 2 additions and 33 deletions
|
|
@ -179,9 +179,8 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
|
|||
Gtk::CheckButton silence_end_checkbox;
|
||||
AudioClock silence_end_clock;
|
||||
|
||||
/* Upload */
|
||||
/* Post-export hook */
|
||||
|
||||
Gtk::CheckButton upload_checkbox;
|
||||
Gtk::Label command_label;
|
||||
Gtk::Entry command_entry;
|
||||
|
||||
|
|
@ -317,7 +316,6 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
|
|||
|
||||
void update_with_toc ();
|
||||
void update_with_cue ();
|
||||
void update_upload ();
|
||||
void update_command ();
|
||||
|
||||
Gtk::TreeView sample_format_view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue