talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 13272035f8a0399a71b7dc6e412fff9eac00b822
parent 55f99cdfab3fa5a3249c7c20de0a17adde6318d8
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Mon,  3 Jul 2017 19:33:03 +0200

Removed unused widgetfont pref from PrefsCommon.

Diffstat:
Msrc/prefs_common.c | 6------
Msrc/prefs_common.h | 1-
2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/prefs_common.c b/src/prefs_common.c @@ -94,8 +94,6 @@ static PrefParam param_os_specific[] = { &prefs_common.newmail_notify_cmd, P_STRING, NULL, NULL, NULL}, /* new fonts */ - {"widget_font_gtk2", NULL, - &prefs_common.widgetfont, P_STRING, NULL, NULL, NULL}, {"message_font_gtk2", "Monospace 9", &prefs_common.textfont, P_STRING, NULL, NULL, NULL}, {"print_font_gtk2", "Monospace 9", @@ -329,8 +327,6 @@ static PrefParam param[] = { /* Display */ /* fonts */ #ifndef GENERIC_UMPC - {"widget_font_gtk2", NULL, - &SPECIFIC_PREFS.widgetfont, P_STRING, NULL, NULL, NULL}, {"message_font_gtk2", "Monospace 9", &SPECIFIC_PREFS.textfont, P_STRING, NULL, NULL, NULL}, {"print_font_gtk2", "Monospace 9", @@ -342,8 +338,6 @@ static PrefParam param[] = { {"bold_font_gtk2", "Sans Bold 9", &SPECIFIC_PREFS.boldfont, P_STRING, NULL, NULL, NULL}, #else - {"widget_font_gtk2", NULL, - &SPECIFIC_PREFS.widgetfont, P_STRING, NULL, NULL, NULL}, {"message_font_gtk2", "Monospace 8", &SPECIFIC_PREFS.textfont, P_STRING, NULL, NULL, NULL}, {"print_font_gtk2", "Monospace 8", diff --git a/src/prefs_common.h b/src/prefs_common.h @@ -189,7 +189,6 @@ struct _PrefsCommon /* Display */ /* fonts */ - gchar *widgetfont; gchar *textfont; gchar *printfont; gchar *boldfont;