summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 9352fcec1..2c1a78ac7 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -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();