From fe7aac8dacf6abc83c4c2821e3237b1b551ed8b1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 19 Jan 2016 14:25:48 -0500 Subject: [PATCH] mackie: remove unnecessary connection to route group property change signal --- libs/surfaces/mackie/mackie_control_protocol.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/surfaces/mackie/mackie_control_protocol.cc b/libs/surfaces/mackie/mackie_control_protocol.cc index 4256d9780a..f7f796aeb8 100644 --- a/libs/surfaces/mackie/mackie_control_protocol.cc +++ b/libs/surfaces/mackie/mackie_control_protocol.cc @@ -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