fix jack transport return value
[ardour.git] / gtk2_ardour / export_format_dialog.h
index 42ed1a988665f5dd448e5fc2b182f10f2a3ee37c..8a3211db233debd8b25d53da7c4fa2671e3f28fd 100644 (file)
 #include "ardour_dialog.h"
 #include "audio_clock.h"
 
+#ifdef interface
+#undef interface
+#endif
+
 #include <gtkmm.h>
 
 class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList {
@@ -175,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;
 
@@ -313,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;