Browse Source

audio_manager: Remove unused sessions_started member variable

This isn't used, so it can be removed.
nce_cpp
Lioncash 3 years ago
parent
commit
d10f7af6cb
  1. 2
      src/audio_core/audio_manager.h

2
src/audio_core/audio_manager.h

@ -76,8 +76,6 @@ private:
*/ */
void ThreadFunc(); void ThreadFunc();
/// Have sessions started playing?
bool sessions_started{};
/// Is the main thread running? /// Is the main thread running?
std::atomic<bool> running{}; std::atomic<bool> running{};
/// Unused /// Unused

Loading…
Cancel
Save