summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index 85fcc0f..5a6f89f 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -58,8 +58,6 @@ public:
float get_max_dsp_load();
void reset_max_dsp_load();
- jack_client_t* client() { return _client; }
-
jack_nframes_t sample_rate() { return jack_get_sample_rate(_client); }
jack_nframes_t buffer_size();
bool set_buffer_size(jack_nframes_t size);