summaryrefslogtreecommitdiffstats
path: root/src/engine/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/JackDriver.hpp')
-rw-r--r--src/engine/JackDriver.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/JackDriver.hpp b/src/engine/JackDriver.hpp
index 193b838c..7e49fb1f 100644
--- a/src/engine/JackDriver.hpp
+++ b/src/engine/JackDriver.hpp
@@ -120,7 +120,6 @@ public:
jack_client_t* jack_client() const { return _client; }
SampleCount block_length() const { return _block_length; }
SampleCount sample_rate() const { return _sample_rate; }
- bool is_activated() const { return _is_activated; }
inline SampleCount frame_time() const { return _client ? jack_frame_time(_client) : 0; }