diff --git a/common/JackGraphManager.cpp b/common/JackGraphManager.cpp index be1f3fc8..7c0c8dba 100644 --- a/common/JackGraphManager.cpp +++ b/common/JackGraphManager.cpp @@ -309,15 +309,6 @@ jack_port_id_t JackGraphManager::AllocatePort(int refnum, const char* port_name, return port_index; } -// Server -/* -void JackGraphManager::ReleasePort(jack_port_id_t port_index) -{ - JackPort* port = GetPort(port_index); - port->Release(); -} -*/ - // Server int JackGraphManager::ReleasePort(int refnum, jack_port_id_t port_index) {