summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-21 18:45:16 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-21 18:45:29 +0100
commit419006dd834827f22be9a73753c2355214b3cdc9 (patch)
tree47e696ea24e42d41632cd5508f4e3d254a8accb5 /gtk2_ardour/automation_controller.h
parent81bbeb51eaa4f99c57014efcf1f86a1220689b48 (diff)
PBD::Signal<...>::connect() is already thread safe, so drop intermediate proxy/call_slot() invocation in handling Controllable::Changed within AutomationController
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index 4d5826023e..126383d517 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -93,8 +93,6 @@ private:
void set_freq_beats(double beats);
bool on_button_release(GdkEventButton* ev);
- void value_changed();
-
Gtk::Widget* _widget;
boost::shared_ptr<ARDOUR::Automatable> _printer;
boost::shared_ptr<ARDOUR::AutomationControl> _controllable;