diff options
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r-- | src/JackDriver.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 6c9c05e..85fcc0f 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -48,14 +48,8 @@ public: bool is_attached() const override { return (_client != nullptr); } - bool is_realtime() const { return _client && jack_is_realtime(_client); } - void refresh(const EventSink& sink) override; - bool port_names(const PortID& id, - std::string& module_name, - std::string& port_name); - bool connect(PortID tail_id, PortID head_id) override; bool disconnect(PortID tail_id, PortID head_id) override; |