mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Fix a warning
HotkeyManagerEmu.enabled is unused, as everything now uses HotkeyManagerEmu.s_enabled.
This commit is contained in:
parent
1a18cad178
commit
4c2d25eeaf
1 changed files with 0 additions and 2 deletions
|
@ -39,6 +39,4 @@ namespace HotkeyManagerEmu
|
|||
bool IsEnabled();
|
||||
void Enable(bool enable_toggle);
|
||||
bool IsPressed(int Id, bool held);
|
||||
|
||||
static bool enabled;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue