summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 0 insertions, 2 deletions
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();
}