From b099a8582e8596c5595981b4b7bdd769d7753625 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Nov 2017 19:01:45 +0000 Subject: Remove the iconify gadget from the OS3 build It is unlikely to ever work and I'm bored of hearing about it not working. --- frontends/amiga/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/amiga') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index d88c577ce..8e822f3ac 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -4059,10 +4059,12 @@ gui_window_create(struct browser_window *bw, ULONG addtabclosegadget = TAG_IGNORE; ULONG iconifygadget = FALSE; +#ifdef __amigaos4__ if (nsoption_charp(pubscreen_name) && (locked_screen == TRUE) && (strcmp(nsoption_charp(pubscreen_name), "Workbench") == 0)) iconifygadget = TRUE; +#endif NSLOG(netsurf, INFO, "Creating menu"); struct Menu *menu = ami_gui_menu_create(g->shared); -- cgit v1.2.3