[Commits] [SCM] claws branch, master, updated. 3.16.0-81-gb830eb8
mones at claws-mail.org
mones at claws-mail.org
Thu Mar 1 00:26:05 CET 2018
The branch, master has been updated
via b830eb8ef268716dfdc82de165002952c75059f3 (commit)
from bafb3e43d73525659b4b391526880f5119e06af2 (commit)
Summary of changes:
src/mainwindow.c | 4 ----
src/summaryview.h | 1 -
2 files changed, 5 deletions(-)
- Log -----------------------------------------------------------------
commit b830eb8ef268716dfdc82de165002952c75059f3
Author: Ricardo Mones <ricardo at mones.org>
Date: Thu Mar 1 00:23:15 2018 +0100
Remove unused struct member in SummaryView
In the end it wasn't a very important color… ;-)
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 74dbc4b..367e4a0 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -2101,10 +2101,6 @@ MainWindow *main_window_create()
gtkut_convert_int_to_gdk_color(prefs_common.color[COL_TGT_FOLDER],
&folderview->color_op);
- summaryview->color_important.red = 0;
- summaryview->color_important.green = 0;
- summaryview->color_important.blue = (guint16)65535;
-
color[0] = summaryview->color_marked;
color[1] = summaryview->color_dim;
color[2] = folderview->color_new;
diff --git a/src/summaryview.h b/src/summaryview.h
index 77ac05b..9ff56cc 100644
--- a/src/summaryview.h
+++ b/src/summaryview.h
@@ -114,7 +114,6 @@ struct _SummaryView
gboolean display_msg;
- GdkColor color_important;
SummaryColumnState col_state[N_SUMMARY_COLS];
gint col_pos[N_SUMMARY_COLS];
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list