summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp9
1 files changed, 4 insertions, 5 deletions
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