audio_manager: Remove unused sessions_started member variable
This isn't used, so it can be removed.
This commit is contained in:
parent
b59b967280
commit
08d81e0bd8
|
@ -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
|
||||||
|
|
Reference in New Issue