Merge pull request #2292 from mathieui/fix_warnings

Fix a warning
This commit is contained in:
Lioncash 2015-04-11 15:21:26 -04:00
commit 13b6968f0d
1 changed files with 0 additions and 2 deletions

View File

@ -39,6 +39,4 @@ namespace HotkeyManagerEmu
bool IsEnabled();
void Enable(bool enable_toggle);
bool IsPressed(int Id, bool held);
static bool enabled;
}