summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-28 22:28:00 +0100
committerDavid Robillard <d@drobilla.net>2020-11-28 22:49:10 +0100
commit616f2f7d7ba9a1b55b6b8dfd592f6e7d3860269e (patch)
tree64b9539c6653715efc26587c457dc1249ab66dcf /src/JackDriver.hpp
parent924775a79c07a4f5798fcefddb523b189e473080 (diff)
downloadpatchage-616f2f7d7ba9a1b55b6b8dfd592f6e7d3860269e.tar.gz
patchage-616f2f7d7ba9a1b55b6b8dfd592f6e7d3860269e.tar.bz2
patchage-616f2f7d7ba9a1b55b6b8dfd592f6e7d3860269e.zip
Remove dead code
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp6
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;