Remove ambiguous API implementation

* PortEngine::available() implementation
* AudioEngine::connected() wrapper

Eventually we may re-introduce PortEngine::available along
with a libardour internal port-engine.
This commit is contained in:
Robin Gareus 2018-11-28 15:32:40 +01:00
parent 81857a947c
commit 076e9fddd4
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
12 changed files with 2 additions and 46 deletions

View file

@ -316,7 +316,6 @@ class CoreAudioBackend : public AudioBackend {
void* private_handle () const;
const std::string& my_name () const;
bool available () const;
uint32_t port_name_size () const;
int set_port_name (PortHandle, const std::string&);