summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-23 17:35:35 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-23 17:35:35 +0000
commit93941435b800b3514660f19f6bac9b44506e3856 (patch)
treed340ce4f14daaebd18154a879bf8f8ef99010a94 /amiga/gui.h
parentdd653479b2439a2692328c0096798868d1dfb34b (diff)
downloadnetsurf-93941435b800b3514660f19f6bac9b44506e3856.tar.gz
netsurf-93941435b800b3514660f19f6bac9b44506e3856.tar.bz2
Decouple context menus from gui_window, ensure they get disposed on exit
svn path=/trunk/netsurf/; revision=12496
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index dc7b847da..d7602da4b 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -34,7 +34,6 @@ enum
OID_MAIN = 0,
OID_VSCROLL,
OID_HSCROLL,
- OID_MENU,
OID_LAST, /* for compatibility */
GID_MAIN,
GID_TABLAYOUT,
@@ -87,7 +86,6 @@ struct gui_window_2 {
ULONG tabs;
ULONG next_tab;
struct Hook scrollerhook;
- struct Hook popuphook;
struct form_control *control;
browser_mouse_state mouse_state;
browser_mouse_state key_state;