From 699f0cb344d589c6c4b218a6b18d717bccf45e4a Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Jan 2011 14:05:13 +0000 Subject: Make the tree icon dir a non-option svn path=/trunk/netsurf/; revision=11422 --- desktop/options.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/options.c') diff --git a/desktop/options.c b/desktop/options.c index 49a2967b0..93e25fc63 100644 --- a/desktop/options.c +++ b/desktop/options.c @@ -141,7 +141,6 @@ unsigned int option_min_reflow_period = 100; /* time in cs */ #else unsigned int option_min_reflow_period = 25; /* time in cs */ #endif -char *option_tree_icons_dir = NULL; bool option_core_select_menu = false; /** top margin of exported page*/ int option_margin_top = DEFAULT_MARGIN_TOP_MM; @@ -249,7 +248,6 @@ struct { { "scale", OPTION_INTEGER, &option_scale }, { "incremental_reflow", OPTION_BOOL, &option_incremental_reflow }, { "min_reflow_period", OPTION_INTEGER, &option_min_reflow_period }, - { "tree_icons_dir", OPTION_STRING, &option_tree_icons_dir }, { "core_select_menu", OPTION_BOOL, &option_core_select_menu }, /* Fetcher options */ { "max_fetchers", OPTION_INTEGER, &option_max_fetchers }, -- cgit v1.2.3