diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-10-08 13:49:31 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2011-10-08 13:49:31 +0000 |
commit | 70aad31df6af88e4a04c8ce9a69092b4c05e8fb1 (patch) | |
tree | f049e8bddca882fdbf44ed6456c36e2a8571cfd2 /amiga/options.h | |
parent | a809db0c73ee045159a1e600ac00a69bcb8491d2 (diff) | |
download | netsurf-70aad31df6af88e4a04c8ce9a69092b4c05e8fb1.tar.gz |
Default search ico should only come from theme
svn path=/trunk/netsurf/; revision=13011
Diffstat (limited to 'amiga/options.h')
-rw-r--r-- | amiga/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/options.h b/amiga/options.h index 362825a07..68cde5761 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -34,7 +34,6 @@ extern bool option_new_tab_active; extern bool option_new_tab_last; extern bool option_kiosk_mode; extern char *option_search_engines_file; -extern char *option_search_ico_file; extern char *option_arexx_dir; extern char *option_arexx_startup; extern char *option_arexx_shutdown; @@ -83,7 +82,6 @@ bool option_new_tab_active = false; \ bool option_new_tab_last = false; \ bool option_kiosk_mode = false; \ char *option_search_engines_file = 0; \ -char *option_search_ico_file = 0; \ char *option_arexx_dir = 0; \ char *option_arexx_startup = 0; \ char *option_arexx_shutdown = 0; \ @@ -132,7 +130,6 @@ bool option_accept_lang_locale = true; \ { "new_tab_last", OPTION_BOOL, &option_new_tab_last}, \ { "kiosk_mode", OPTION_BOOL, &option_kiosk_mode}, \ { "search_engines_file", OPTION_STRING, &option_search_engines_file }, \ -{ "search_ico_file", OPTION_STRING, &option_search_ico_file }, \ { "arexx_dir", OPTION_STRING, &option_arexx_dir }, \ { "arexx_startup", OPTION_STRING, &option_arexx_startup }, \ { "arexx_shutdown", OPTION_STRING, &option_arexx_shutdown }, \ |