mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
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:
parent
81857a947c
commit
076e9fddd4
12 changed files with 2 additions and 46 deletions
|
|
@ -914,12 +914,6 @@ CoreAudioBackend::my_name () const
|
|||
return _instance_name;
|
||||
}
|
||||
|
||||
bool
|
||||
CoreAudioBackend::available () const
|
||||
{
|
||||
return _run && _active_fw && _active_ca;
|
||||
}
|
||||
|
||||
uint32_t
|
||||
CoreAudioBackend::port_name_size () const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue