(Windows) Remove redundant hotkey initializing code.

This commit is contained in:
SuuperW 2018-08-29 12:07:35 -05:00
parent b3a352a409
commit 16ea99e78c
1 changed files with 0 additions and 3 deletions

View File

@ -2105,9 +2105,6 @@ int _main()
TABLET_DISABLE_FLICKFALLBACKKEYS
));
InitCustomKeys(&CustomKeys);
LoadHotkeyConfig();
if(MenuInit() == 0)
{
MessageBox(NULL, "Error creating main menu", "DeSmuME", MB_OK);