Remove wx-based Hotkey stuff

The core InputCommon Hotkeys interface does all of this for us.
This commit is contained in:
Jasper St. Pierre
2015-05-26 12:04:16 -07:00
committed by degasus
parent 1ed38e901e
commit c84cefa990
12 changed files with 47 additions and 727 deletions

View File

@ -193,10 +193,6 @@ struct SCoreStartupParameter
bool bConfirmStop, bHideCursor, bAutoHideCursor, bUsePanicHandlers, bOnScreenDisplayMessages;
std::string theme_name;
// Hotkeys
int iHotkey[NUM_HOTKEYS];
int iHotkeyModifier[NUM_HOTKEYS];
// Display settings
std::string strFullscreenResolution;
int iRenderWindowXPos, iRenderWindowYPos;