From 2380bbae5bd77e39020ef779f1ae4a3255ca1e8a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 21 May 2016 09:48:38 -0400 Subject: remove useless code recently added to RouteGroup When a slaved automation control is changed because of a Master changing its own value, the slave notifies about the change with NoGroup as the GroupControlDisposition. There is therefore no need to disable a RouteGroup's enabled status for its ControlGroups - the changes initiated by any Master will not propagate to the group (which is precisely what we intend) --- libs/ardour/ardour/route_group.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h index 6fec1158c5..b4c6393e7a 100644 --- a/libs/ardour/ardour/route_group.h +++ b/libs/ardour/ardour/route_group.h @@ -163,10 +163,6 @@ class LIBARDOUR_API RouteGroup : public SessionObject PBD::Property _color; PBD::Property _monitoring; - bool pre_master_gain; - bool pre_master_solo; - bool pre_master_mute; - boost::shared_ptr _solo_group; boost::shared_ptr _mute_group; boost::shared_ptr _rec_enable_group; -- cgit v1.2.3