[Commits] [SCM] claws branch, master, updated. 3.15.0-75-g1327203
ticho at claws-mail.org
ticho at claws-mail.org
Mon Jul 3 19:33:40 CEST 2017
The branch, master has been updated
via 13272035f8a0399a71b7dc6e412fff9eac00b822 (commit)
from 55f99cdfab3fa5a3249c7c20de0a17adde6318d8 (commit)
Summary of changes:
src/prefs_common.c | 6 ------
src/prefs_common.h | 1 -
2 files changed, 7 deletions(-)
- Log -----------------------------------------------------------------
commit 13272035f8a0399a71b7dc6e412fff9eac00b822
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Mon Jul 3 19:33:03 2017 +0200
Removed unused widgetfont pref from PrefsCommon.
diff --git a/src/prefs_common.c b/src/prefs_common.c
index d8d7196..8d5dbe0 100644
--- 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
index 2085aad..b94d34c 100644
--- 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;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list