From 41d7084356e0dd1616d771b260ef8c88319cc7f2 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 7 Feb 2014 17:51:12 +0000 Subject: Initialise AmigaGuide help system only at the point of first use. --- amiga/help.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'amiga/help.h') diff --git a/amiga/help.h b/amiga/help.h index 4baa2a0e2..ce3a462c6 100755 --- a/amiga/help.h +++ b/amiga/help.h @@ -29,8 +29,7 @@ enum { struct Screen; -void ami_help_init(struct Screen *screen); -void ami_help_open(ULONG node); +void ami_help_open(ULONG node, struct Screen *screen); void ami_help_free(void); void ami_help_new_screen(struct Screen *screen); #endif -- cgit v1.2.3