summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 9a316bc1ed..ec19389f4a 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -79,12 +79,12 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Gtk::Label number_label;
Gtk::HBox start_hbox;
- Gtk::Button start_go_button;
AudioClock start_clock;
+ Gtk::Button start_to_playhead_button;
Gtk::HBox end_hbox;
- Gtk::Button end_go_button;
AudioClock end_clock;
+ Gtk::Button end_to_playhead_button;
AudioClock length_clock;
Gtk::CheckButton cd_check_button;
@@ -116,7 +116,6 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
void composer_entry_changed ();
void to_playhead_button_pressed (LocationPart part);
- void go_button_pressed (LocationPart part);
void clock_changed (LocationPart part);