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
commit f04d834e8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();