CubebInput: Avoid redundant CoInitializeEx (#449)

This commit is contained in:
Exzap 2022-11-03 18:29:21 +01:00 committed by GitHub
parent 521f2fb707
commit a40b226e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 19 deletions

View file

@ -40,7 +40,6 @@ public:
static void Destroy();
private:
inline static bool s_com_initialized = false;
inline static cubeb* s_context = nullptr;
cubeb_stream* m_stream = nullptr;