diff --git a/desmume/src/frontend/windows/main.cpp b/desmume/src/frontend/windows/main.cpp index d140dd503..ff735a4f9 100755 --- a/desmume/src/frontend/windows/main.cpp +++ b/desmume/src/frontend/windows/main.cpp @@ -2105,9 +2105,6 @@ int _main() TABLET_DISABLE_FLICKFALLBACKKEYS )); - InitCustomKeys(&CustomKeys); - LoadHotkeyConfig(); - if(MenuInit() == 0) { MessageBox(NULL, "Error creating main menu", "DeSmuME", MB_OK);