mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-10 11:44:19 +00: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