Remove unused methods in ARDOUR_UI for starting/stopping engine
[ardour.git] / gtk2_ardour / export_format_dialog.h
index 8a3211db233debd8b25d53da7c4fa2671e3f28fd..6197d0d7beb3c0fc832374033470dd3dcb3bf1b9 100644 (file)
@@ -180,7 +180,7 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
        AudioClock       silence_end_clock;
 
        /* Post-export hook */
-       
+
        Gtk::Label       command_label;
        Gtk::Entry       command_entry;
 
@@ -311,11 +311,13 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
 
        Gtk::CheckButton with_cue;
        Gtk::CheckButton with_toc;
+       Gtk::CheckButton with_mp4chaps;
 
        Gtk::VBox cue_toc_vbox;
 
        void update_with_toc ();
        void update_with_cue ();
+       void update_with_mp4chaps();
        void update_command ();
 
        Gtk::TreeView sample_format_view;