From e25cb448142ba010cb97eaaaab0e00138dad97be Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 8 Nov 2012 23:56:42 +0000 Subject: Remove font_unicode_list - font_unicode is a list now. --- amiga/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'amiga/options.h') 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 }, \ -- cgit v1.2.3