Disable help for now, as it causes the popupmenu.class deadlock again

This commit is contained in:
Chris Young 2013-01-24 20:16:35 +00:00
parent 12890d3c60
commit 30dfa09008
1 changed files with 4 additions and 4 deletions

View File

@ -386,7 +386,7 @@ void ami_open_resources(void)
TAG_DONE))) die(messages_get("NoMemory"));
ami_file_req_init();
ami_help_init(NULL);
// ami_help_init(NULL);
}
void ami_set_options(void)
@ -669,7 +669,7 @@ void ami_openscreen(void)
gui_system_colour_finalize();
gui_system_colour_init();
ami_help_new_screen(scrn);
// ami_help_new_screen(scrn);
}
void ami_openscreenfirst(void)
@ -1830,7 +1830,7 @@ void ami_handle_msg(void)
break;
case RAWKEY_HELP: // help
ami_help_open(AMI_HELP_GUI);
//ami_help_open(AMI_HELP_GUI);
break;
}
}
@ -2418,7 +2418,7 @@ void gui_quit(void)
FreeSysObject(ASOT_PORT,appport);
FreeSysObject(ASOT_PORT,sport);
ami_help_free();
// ami_help_free();
ami_file_req_free();
ami_openurl_close();