diff --git a/Source/Core/DolphinQt/Host.cpp b/Source/Core/DolphinQt/Host.cpp index 6a4939b106..e3652ce065 100644 --- a/Source/Core/DolphinQt/Host.cpp +++ b/Source/Core/DolphinQt/Host.cpp @@ -41,8 +41,6 @@ #include "VideoCommon/Present.h" #include "VideoCommon/VideoConfig.h" -static thread_local bool tls_is_host_thread = false; - Host::Host() { State::SetOnAfterLoadCallback([] { Host_UpdateDisasmDialog(); });