diff --git a/Source/Core/Core/HotkeyManager.h b/Source/Core/Core/HotkeyManager.h index bd76395046..4054a4fac5 100644 --- a/Source/Core/Core/HotkeyManager.h +++ b/Source/Core/Core/HotkeyManager.h @@ -39,6 +39,4 @@ namespace HotkeyManagerEmu bool IsEnabled(); void Enable(bool enable_toggle); bool IsPressed(int Id, bool held); - - static bool enabled; }