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

@ -306,7 +306,6 @@ private:
void OnConfigAudio(wxCommandEvent& event);
void OnConfigControllers(wxCommandEvent& event);
void OnConfigHotkey(wxCommandEvent& event);
void OnConfigMenuCommands(wxCommandEvent& event);
void OnToggleFullscreen(wxCommandEvent& event);
void OnToggleDualCore(wxCommandEvent& event);
@ -352,7 +351,7 @@ private:
void OnLoadCurrentSlot(wxCommandEvent& event);
void PollHotkeys(wxTimerEvent&);
void ParseHotkeys(wxKeyEvent &event);
void ParseHotkeys();
bool InitControllers();