mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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
|
|
@ -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