From 55e0cada7f639841dffdc3e9108e7a975d1f3c60 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Nov 2020 23:52:20 +0100 Subject: Remove unused field --- src/JackDriver.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/JackDriver.hpp') diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp index b0dec7a..355e211 100644 --- a/src/JackDriver.hpp +++ b/src/JackDriver.hpp @@ -91,11 +91,10 @@ private: std::mutex _shutdown_mutex; - jack_position_t _last_pos; - jack_nframes_t _buffer_size; - uint32_t _xruns; - float _xrun_delay; - bool _is_activated : 1; + jack_nframes_t _buffer_size; + uint32_t _xruns; + float _xrun_delay; + bool _is_activated : 1; }; #endif // PATCHAGE_JACKDRIVER_HPP -- cgit v1.2.1