summaryrefslogtreecommitdiffstats
path: root/src/JackLibDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackLibDriver.cpp')
-rw-r--r--src/JackLibDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JackLibDriver.cpp b/src/JackLibDriver.cpp
index e5d3d23..36015fe 100644
--- a/src/JackLibDriver.cpp
+++ b/src/JackLibDriver.cpp
@@ -110,7 +110,6 @@ private:
JackLibDriver::JackLibDriver(ILog& log, EventSink emit_event)
: AudioDriver{std::move(emit_event)}
, _log{log}
- , _is_activated{false}
{}
JackLibDriver::~JackLibDriver()