diff options
author | wwylele <wwylele@gmail.com> | 2017-01-21 11:53:03 +0200 |
---|---|---|
committer | wwylele <wwylele@gmail.com> | 2017-03-01 23:30:57 +0200 |
commit | 38e800f70d122051e12ac9f22e23d84b97fec424 (patch) | |
tree | 0f52b5731a4fd8e9f2a39e8e75d1fa18ce8b9107 /src/core/frontend/emu_window.h | |
parent | 70420272ca63425b52844632c6be3d3691446468 (diff) |
InputCommon: add Keyboard
Diffstat (limited to 'src/core/frontend/emu_window.h')
-rw-r--r-- | src/core/frontend/emu_window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/frontend/emu_window.h b/src/core/frontend/emu_window.h index 1ba64c92b4..de9b649534 100644 --- a/src/core/frontend/emu_window.h +++ b/src/core/frontend/emu_window.h @@ -52,8 +52,6 @@ public: /// Releases (dunno if this is the "right" word) the GLFW context from the caller thread virtual void DoneCurrent() = 0; - virtual void ReloadSetKeymaps() = 0; - /** * Signals a button press action to the HID module. * @param pad_state indicates which button to press |