summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc6
1 files changed, 1 insertions, 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&