summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:31:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-11-16 16:31:35 +0000
commit20705189b9bb5e034544800dba8e16517a7d8ba3 (patch)
treee668ecd161ee5c00bbabb5e10c487af805c034aa /amiga/gui.h
parent3c4b721621f018c3a9f0792185191a83f0dd1569 (diff)
downloadnetsurf-20705189b9bb5e034544800dba8e16517a7d8ba3.tar.gz
netsurf-20705189b9bb5e034544800dba8e16517a7d8ba3.tar.bz2
Make win_destroyed variable private to amiga/gui.c
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index c4a0575ab..c20f76434 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -199,7 +199,6 @@ struct MinList *window_list;
struct Screen *scrn;
STRPTR nsscreentitle;
struct MsgPort *sport;
-bool win_destroyed;
struct gui_window *cur_gw;
struct gui_globals browserglob;
BOOL ami_autoscroll;