From ea8d089e3c1374da1cb693928bce01e5e722d1eb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 30 Oct 2017 19:43:32 +0100 Subject: [PATCH] Use new externally_connected API --- libs/ardour/port.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc index ec67e9c0af..27b414f945 100644 --- a/libs/ardour/port.cc +++ b/libs/ardour/port.cc @@ -589,11 +589,7 @@ Port::externally_connected () const if (!_port_handle) { return false; } - - // TODO: When used with JACK, check if this port - // is connected to any non-ardour ports. - - return port_engine.physically_connected (_port_handle); + return port_engine.externally_connected (_port_handle); } XMLNode& -- 2.30.2