13
0

remove declaration of undefined (and necessarily unused) method from PortManager

This commit is contained in:
Paul Davis 2015-10-08 16:02:27 -04:00
parent 1df97b4174
commit fcc7595882

View File

@ -69,7 +69,6 @@ class LIBARDOUR_API PortManager
int reconnect_ports ();
bool connected (const std::string&);
bool connected_to (const std::string&, const std::string&);
bool physically_connected (const std::string&);
int get_connections (const std::string&, std::vector<std::string>&);