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

@ -1171,12 +1171,6 @@ AlsaAudioBackend::my_name () const
return _instance_name;
}
bool
AlsaAudioBackend::available () const
{
return _run && _active;
}
uint32_t
AlsaAudioBackend::port_name_size () const
{

View file

@ -270,7 +270,6 @@ class AlsaAudioBackend : 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&);