Remove JASAudioThread race condition fixing code

I'm not planning on using JASAudioThread anymore
This commit is contained in:
PJB3005
2026-03-12 11:47:04 +01:00
parent 4382f86c4f
commit 4f09fc65ac
3 changed files with 1 additions and 35 deletions
@@ -32,11 +32,6 @@ struct JASAudioThread : public JKRThread, public JASGlobalInstance<JASAudioThrea
static volatile int snIntCount; // type unsure
#if TARGET_PC
static bool sThreadInitComplete;
static OSMutex sThreadInitCompleteMutex;
static OSCond sThreadInitCompleteCond;
#endif
};
#endif /* JASAUDIOTHREAD_H */