mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 13:28:05 -05:00
audio_manager: Remove unused sessions_started member variable
This isn't used, so it can be removed.
This commit is contained in:
@ -76,8 +76,6 @@ private:
|
||||
*/
|
||||
void ThreadFunc();
|
||||
|
||||
/// Have sessions started playing?
|
||||
bool sessions_started{};
|
||||
/// Is the main thread running?
|
||||
std::atomic<bool> running{};
|
||||
/// Unused
|
||||
|
Reference in New Issue
Block a user