summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_dialog.h
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 /gtk2_ardour/export_format_dialog.h
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 'gtk2_ardour/export_format_dialog.h')
-rw-r--r--gtk2_ardour/export_format_dialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/export_format_dialog.h b/gtk2_ardour/export_format_dialog.h
index 6b92625e7a..8a3211db23 100644
--- a/gtk2_ardour/export_format_dialog.h
+++ b/gtk2_ardour/export_format_dialog.h
@@ -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;