Win32 - Removed the accel table from main since we have a remappable hotkey system in place instead.

This commit is contained in:
adelikat 2009-04-13 14:46:41 +00:00
parent caf463b302
commit 5029f2058c
1 changed files with 1 additions and 1 deletions

View File

@ -1469,7 +1469,7 @@ int WINAPI WinMain (HINSTANCE hThisInstance,
bad_glob_cflash_disk_image_file = my_config.cflash_disk_image_file;
#endif
hAccel = LoadAccelerators(hAppInst, MAKEINTRESOURCE(IDR_MAIN_ACCEL));
//hAccel = LoadAccelerators(hAppInst, MAKEINTRESOURCE(IDR_MAIN_ACCEL)); //Now that we have a hotkey system we down need the Accel table. Not deleting just yet though
if(MenuInit() == 0)
{