summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-24 21:03:21 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-24 21:03:21 +0100
commit58c0fe8cc7123da709df60f3c84e2a27aaf3b42c (patch)
treee6297fedb810e0ca55a6f3778c3438a4abfaf29a /gtk/gui.c
parent94f32b83694b4a45e723d0fdfd6f4496701e56e3 (diff)
downloadnetsurf-58c0fe8cc7123da709df60f3c84e2a27aaf3b42c.tar.gz
netsurf-58c0fe8cc7123da709df60f3c84e2a27aaf3b42c.tar.bz2
Don't take core/front-end choice away from user.
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 5e691be6f..da993ac10 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -1166,9 +1166,6 @@ static nserror nsgtk_option_init(int *pargc, char** argv)
/* ensure all options fall within sensible bounds */
- /* select menus generated by core code */
- nsoption_set_bool(core_select_menu, true);
-
/* Attempt to handle nonsense status bar widths. These may exist
* in people's Choices as the GTK front end used to abuse the
* status bar width option by using it for an absolute value in px.