13
0

mackie: remove unnecessary connection to route group property change signal

This commit is contained in:
Paul Davis 2016-01-19 14:25:48 -05:00
parent fe3d85b204
commit fe7aac8dac

View File

@ -703,8 +703,6 @@ MackieControlProtocol::connect_session_signals()
session->config.ParameterChanged.connect (session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_parameter_changed, this, _1), this);
// receive rude solo changed
session->SoloActive.connect(session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_solo_active_changed, this, _1), this);
// need to know if group parameters change... might be hidden.
session->RouteGroupPropertyChanged.connect(session_connections, MISSING_INVALIDATOR, boost::bind (&MackieControlProtocol::notify_remote_id_changed, this), this);
// make sure remote id changed signals reach here
// see also notify_route_added