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:
Colin Fletcher 2014-05-21 17:52:42 +01:00 committed by Paul Davis
parent 6844635271
commit 3e1f1630d8
5 changed files with 2 additions and 33 deletions

View file

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