mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-26 22:55:40 +01:00
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
|
||||||
|
Loading…
Reference in New Issue
Block a user