Merge pull request #12393 from lioncash/tls

DolphinQT/Host: Remove unused TLS variable tls_is_host_thread
This commit is contained in:
Admiral H. Curtiss
2023-12-12 00:29:21 +01:00
committed by GitHub
2 changed files with 0 additions and 5 deletions

View File

@ -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(); });

View File

@ -21,9 +21,6 @@ public:
static Host* GetInstance();
void DeclareAsHostThread();
bool IsHostThread();
bool GetRenderFocus();
bool GetRenderFullFocus();
bool GetRenderFullscreen();