summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2022-09-21 09:28:03 -0400
committerGravatar Lioncash2022-09-21 09:28:05 -0400
commit08d81e0bd8971736547c5fece3a71549df483cc4 (patch)
tree418d6e7465f15f41a88759e96b4c54ea9f454ad3 /src
parentaudio_manager: Remove dependence on system state (diff)
downloadyuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.gz
yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.tar.xz
yuzu-08d81e0bd8971736547c5fece3a71549df483cc4.zip
audio_manager: Remove unused sessions_started member variable
This isn't used, so it can be removed.
Diffstat (limited to 'src')
-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