summaryrefslogtreecommitdiff
path: root/gtk2_ardour/panner_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-10-31 15:55:46 +0100
committerRobin Gareus <robin@gareus.org>2019-10-31 16:12:27 +0100
commitab298f035ae32532a48af315426b07fe8e1f12be (patch)
treeeb6bf36189d9492a417b650b5ebc8062cf6445da /gtk2_ardour/panner_ui.h
parent3cae11936f2cbd636eb5251ddd1abfb98da231ff (diff)
Consolidate automation and meter-point strings
This also properly selects texts in dropdown-menus on the mixer-strip, panner and plugin-controls, gain-meters.
Diffstat (limited to 'gtk2_ardour/panner_ui.h')
-rw-r--r--gtk2_ardour/panner_ui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/panner_ui.h b/gtk2_ardour/panner_ui.h
index 1e83f33872..bd5c8cb5f1 100644
--- a/gtk2_ardour/panner_ui.h
+++ b/gtk2_ardour/panner_ui.h
@@ -144,10 +144,6 @@ private:
void pan_automation_state_changed();
gint pan_automation_state_button_event (GdkEventButton *);
- std::string astate_string (ARDOUR::AutoState);
- std::string short_astate_string (ARDOUR::AutoState);
- std::string _astate_string (ARDOUR::AutoState, bool);
-
void start_touch (boost::weak_ptr<ARDOUR::AutomationControl>);
void stop_touch (boost::weak_ptr<ARDOUR::AutomationControl>);