summaryrefslogtreecommitdiff
path: root/amiga/options.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-08 23:56:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-08 23:56:42 +0000
commite25cb448142ba010cb97eaaaab0e00138dad97be (patch)
treea587a82572fbccde434e73b25b14ccd9656ccce0 /amiga/options.h
parent83e2c640cf500193c81dfb4a8149fdd74fb06798 (diff)
downloadnetsurf-e25cb448142ba010cb97eaaaab0e00138dad97be.tar.gz
netsurf-e25cb448142ba010cb97eaaaab0e00138dad97be.tar.bz2
Remove font_unicode_list - font_unicode is a list now.
Diffstat (limited to 'amiga/options.h')
-rw-r--r--amiga/options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/options.h b/amiga/options.h
index 3936c173f..5e4777896 100644
--- a/amiga/options.h
+++ b/amiga/options.h
@@ -58,7 +58,6 @@
bool close_no_quit; \
bool hide_docky_icon; \
char *font_unicode; \
- char *font_unicode_list; \
char *font_unicode_file; \
bool font_unicode_only; \
bool font_antialiasing; \
@@ -121,7 +120,6 @@
.close_no_quit = false, \
.hide_docky_icon = false, \
.font_unicode = NULL, \
- .font_unicode_list = NULL, \
.font_unicode_file = NULL, \
.font_unicode_only = false, \
.font_antialiasing = true, \
@@ -183,7 +181,6 @@
{ "close_no_quit", OPTION_BOOL, &nsoptions.close_no_quit}, \
{ "hide_docky_icon", OPTION_BOOL, &nsoptions.hide_docky_icon}, \
{ "font_unicode", OPTION_STRING, &nsoptions.font_unicode }, \
-{ "font_unicode_list", OPTION_STRING, &nsoptions.font_unicode_list }, \
{ "font_unicode_file", OPTION_STRING, &nsoptions.font_unicode_file }, \
{ "font_unicode_only", OPTION_BOOL, &nsoptions.font_unicode_only }, \
{ "font_antialiasing", OPTION_BOOL, &nsoptions.font_antialiasing }, \