summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/audio_core/audio_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio_core/audio_manager.h b/src/audio_core/audio_manager.h
index 75604df18..6edf1541d 100644
--- a/src/audio_core/audio_manager.h
+++ b/src/audio_core/audio_manager.h
@@ -76,8 +76,6 @@ private:
76 */ 76 */
77 void ThreadFunc(); 77 void ThreadFunc();
78 78
79 /// Have sessions started playing?
80 bool sessions_started{};
81 /// Is the main thread running? 79 /// Is the main thread running?
82 std::atomic<bool> running{}; 80 std::atomic<bool> running{};
83 /// Unused 81 /// Unused