summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-09-05 15:09:00 +0100
commit63227a214bb8e0f576ecb684313e5f3a3bdcf96f (patch)
tree77923d38486b4403ac0aa02ea2d3ee3024dc99e9 /amiga/options.h
parent00aa1e2d3501ee0a004415a56a845db51c660ef4 (diff)
downloadnetsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.gz
netsurf-63227a214bb8e0f576ecb684313e5f3a3bdcf96f.tar.bz2
Rename context_menu.c and strip out all the context menu code, so this file and popupmenu.class is only used (optionally) for HTML form selection.
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/options.h b/amiga/options.h
index b28a4f0a2..317e5dfdc 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -34,7 +34,6 @@ NSOPTION_INTEGER(screen_ydpi, 85)
NSOPTION_INTEGER(cache_bitmaps, 0)
NSOPTION_STRING(theme, "PROGDIR:Resources/Themes/Default")
NSOPTION_BOOL(clipboard_write_utf8, false)
-NSOPTION_BOOL(context_menu, true)
NSOPTION_BOOL(truecolour_mouse_pointers, false)
NSOPTION_BOOL(os_mouse_pointers, true)
NSOPTION_BOOL(use_openurl_lib, false)