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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 46495aa4fc..d24dc840b3 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -157,7 +157,6 @@ public:
~LocationUI ();
void set_session (ARDOUR::Session *);
- void set_clock_mode (AudioClock::Mode);
void add_new_location();
void add_new_range();
@@ -216,6 +215,8 @@ private:
bool _mode_set;
std::string _state_node_name;
+
+ void set_clock_mode_from_primary ();
};
class LocationUIWindow : public ArdourWindow