From 616f2f7d7ba9a1b55b6b8dfd592f6e7d3860269e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 22:28:00 +0100 Subject: Remove dead code --- src/JackDriver.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/JackDriver.hpp') 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; -- cgit v1.2.1