Explorar el Código

audio_manager: Remove unused sessions_started member variable

This isn't used, so it can be removed.
Lioncash hace 3 años
padre
commit
08d81e0bd8
Se han modificado 1 ficheros con 0 adiciones y 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