From aab296be48364da5194a89458d1ca5b06741d1a3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 24 Mar 2021 17:04:44 +0100 Subject: [PATCH] Exclusive P/AFL is possible since f2d2ea4baae86 --- gtk2_ardour/route_ui.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 53e3794626..9576b461d2 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -675,8 +675,6 @@ RouteUI::solo_press(GdkEventButton* ev) } if (Config->get_solo_control_is_listen_control()) { - /* ??? we need a just_one_listen() method */ - } else { DisplaySuspender ds; _route->solo_control()->set_value (1.0, Controllable::NoGroup); }