From 69250b64ea00671ab05d852833006e483a53cd8b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 20 Apr 2016 23:22:29 -0400 Subject: move ever close to working master/slave logic, this time with audio testing --- libs/ardour/route.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/route.cc') diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 7da7e42abf..0605378959 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5485,8 +5485,6 @@ Route::muted_by_others_soloing () const return false; } - /* XXX something needed here re: mute-overrides-solo */ - return _session.soloing() && !_solo_control->soloed() && !_solo_isolate_control->solo_isolated(); } -- cgit v1.2.3