summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-28 00:36:44 +0200
committerRobin Gareus <robin@gareus.org>2015-09-28 00:36:44 +0200
commitdd89363292ca02f223ac17dbe72048810be5edfd (patch)
treec72ccbd68ef6f1172074e5a575e0071f0b52f8b6 /libs/ardour/port.cc
parent9f2aba1451dd73fd95deebec7ede3a8263b27103 (diff)
remove cruft.
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index 70c6a604d7..677a9fba1e 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -167,7 +167,6 @@ Port::get_connections (std::vector<std::string> & c) const
if (_port_handle) {
return port_engine.get_connections (_port_handle, c);
- return c.size();
}
return 0;