mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #12393 from lioncash/tls
DolphinQT/Host: Remove unused TLS variable tls_is_host_thread
This commit is contained in:
commit
f04d834e8f
2 changed files with 0 additions and 5 deletions
|
@ -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(); });
|
||||
|
|
|
@ -21,9 +21,6 @@ public:
|
|||
|
||||
static Host* GetInstance();
|
||||
|
||||
void DeclareAsHostThread();
|
||||
bool IsHostThread();
|
||||
|
||||
bool GetRenderFocus();
|
||||
bool GetRenderFullFocus();
|
||||
bool GetRenderFullscreen();
|
||||
|
|
Loading…
Add table
Reference in a new issue