diff options
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r-- | src/JackDriver.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index 8162f9e..aa4d3e4 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -67,9 +67,6 @@ public: uint32_t get_xruns() { return _xruns; } void reset_xruns(); - 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); } |