remove debugging output
[ardour.git] / gtk2_ardour / insert_time_dialog.h
index 34630fa9086f45d7772837d16780cab383cc1343..06fbc32b7e4913b521922bac51fcbf0a0e2c241b 100644 (file)
@@ -28,6 +28,7 @@ public:
        InsertTimeDialog (PublicEditor &);
 
        Editing::InsertTimeOption intersected_region_action ();
+       bool all_playlists () const;
        bool move_glued () const;
        bool move_markers () const;
        bool move_glued_markers () const;
@@ -37,9 +38,10 @@ public:
 
 private:
        void move_markers_toggled ();
-       
+
        PublicEditor& _editor;
        Gtk::ComboBoxText _intersected_combo;
+       Gtk::CheckButton _all_playlists;
        Gtk::CheckButton _move_glued;
        Gtk::CheckButton _move_markers;
        Gtk::CheckButton _move_glued_markers;