summaryrefslogtreecommitdiffstats
path: root/src/JackLibDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
committerDavid Robillard <d@drobilla.net>2020-11-30 14:54:14 +0100
commit760dca9cddbd4363140cdbd91fd3926fadf869a3 (patch)
treeb88636288530da2524afdf0bb6b0dfde69fafe3d /src/JackLibDriver.cpp
parentfeba8dd8df394119a041e40a5ac24b2fccb7507b (diff)
downloadpatchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.gz
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.tar.bz2
patchage-760dca9cddbd4363140cdbd91fd3926fadf869a3.zip
Fix clang-tidy warnings
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()