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

View File

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