avoid .h pollution in last commit
[ardour.git] / gtk2_ardour / location_ui.h
index 56d6505434d20732ba36005eb53d72428d1333e7..a17724f5ba5ff1e0fe45922a1e54b8456aba3048 100644 (file)
@@ -77,12 +77,10 @@ class LocationEditRow  : public Gtk::HBox
        Gtk::Label    number_label;
 
        Gtk::HBox     start_hbox;
-       Gtk::Button   start_set_button;
        Gtk::Button   start_go_button;
        AudioClock    start_clock;
 
        Gtk::HBox     end_hbox;
-       Gtk::Button   end_set_button;
        Gtk::Button   end_go_button;
        AudioClock    end_clock;