Explorar o código

audio_manager: Remove unused sessions_started member variable

This isn't used, so it can be removed.
Lioncash %!s(int64=3) %!d(string=hai) anos
pai
achega
08d81e0bd8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/audio_core/audio_manager.h

+ 0 - 2
src/audio_core/audio_manager.h

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