summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r--src/JackDriver.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index e19460d..aca6b65 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -48,10 +48,6 @@ PATCHAGE_RESTORE_WARNINGS
JackDriver::JackDriver(ILog& log, EventSink emit_event)
: Driver{std::move(emit_event)}
, _log{log}
- , _client{nullptr}
- , _buffer_size{0}
- , _xruns{0}
- , _xrun_delay{0}
, _is_activated{false}
{}