summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:37:34 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:37:34 +0100
commit6a002558551b5dd57c062268079aef7a63f444e7 (patch)
treedfa39c0491ebfc59653ed1897431c6c33eec9edd /amiga/gui.h
parent63227a214bb8e0f576ecb684313e5f3a3bdcf96f (diff)
downloadnetsurf-6a002558551b5dd57c062268079aef7a63f444e7.tar.gz
netsurf-6a002558551b5dd57c062268079aef7a63f444e7.tar.bz2
Enable control of core/popupmenu select menus in the prefs GUI.
This at least gives the option for people who prefer the popupmenu-based selection menus to easily switch back to the core ones when the options don't all fit on the screen (as popupmenu can't scroll).
Diffstat (limited to 'amiga/gui.h')
-rw-r--r--amiga/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 536071c77..6348884ce 100644
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -226,6 +226,5 @@ struct MsgPort *sport;
struct gui_window *cur_gw;
struct gui_globals browserglob;
BOOL ami_autoscroll;
-BOOL popupmenu_lib_ok;
#endif