From 16ea99e78c8075b0fe9e0ec9ae033465e8362650 Mon Sep 17 00:00:00 2001 From: SuuperW Date: Wed, 29 Aug 2018 12:07:35 -0500 Subject: [PATCH] (Windows) Remove redundant hotkey initializing code. --- desmume/src/frontend/windows/main.cpp | 3 --- 1 file changed, 3 deletions(-) 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);