remove duplicate callback

mcontrol->Changed is [also] subscribed to further below (input & output).
This commit is contained in:
Robin Gareus 2015-02-04 18:04:33 +01:00
parent b4a0136155
commit 40c8c26b79

View File

@ -730,7 +730,6 @@ GenericPluginUI::build_control_ui (const Evoral::Parameter& param,
automation_state_changed (control_ui);
mcontrol->Changed.connect (control_connections, invalidator (*this), boost::bind (&GenericPluginUI::ui_parameter_changed, this, control_ui), gui_context());
mcontrol->alist()->automation_state_changed.connect (control_connections, invalidator (*this), boost::bind (&GenericPluginUI::automation_state_changed, this, control_ui), gui_context());
input_controls.push_back (control_ui);