aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_common.c')
-rw-r--r--src/prefs_common.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 5fdc9b07..33e2e41a 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -338,18 +338,8 @@ static PrefParam param[] = {
prefs_set_data_from_text, prefs_set_text},
/* Display */
- {"widget_font_name", NULL, &prefs_common.widgetfont, P_STRING,
- NULL, NULL, NULL},
{"message_font_name", DEFAULT_MESSAGE_FONT, &prefs_common.textfont, P_STRING,
&display.entry_textfont, prefs_set_data_from_entry, prefs_set_entry},
- {"normal_font_name", DEFAULT_NORMAL_FONT, &prefs_common.normalfont, P_STRING,
- NULL, NULL, NULL},
- {"bold_font_name", DEFAULT_BOLD_FONT, &prefs_common.boldfont, P_STRING,
- NULL, NULL, NULL},
- {"small_font_name", DEFAULT_SMALL_FONT, &prefs_common.smallfont, P_STRING,
- NULL, NULL, NULL},
- {"title_font_name", DEFAULT_TITLE_FONT, &prefs_common.titlefont, P_STRING,
- NULL, NULL, NULL},
{"display_folder_unread_num", "TRUE",
&prefs_common.display_folder_unread, P_BOOL,