mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix a warning
HotkeyManagerEmu.enabled is unused, as everything now uses HotkeyManagerEmu.s_enabled.
This commit is contained in:
@ -39,6 +39,4 @@ namespace HotkeyManagerEmu
|
|||||||
bool IsEnabled();
|
bool IsEnabled();
|
||||||
void Enable(bool enable_toggle);
|
void Enable(bool enable_toggle);
|
||||||
bool IsPressed(int Id, bool held);
|
bool IsPressed(int Id, bool held);
|
||||||
|
|
||||||
static bool enabled;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user