commit b830eb8ef268716dfdc82de165002952c75059f3
parent bafb3e43d73525659b4b391526880f5119e06af2
Author: Ricardo Mones <ricardo@mones.org>
Date: Thu, 1 Mar 2018 00:23:15 +0100
Remove unused struct member in SummaryView
In the end it wasn't a very important color… ;-)
Diffstat:
2 files changed, 0 insertions(+), 5 deletions(-)
diff --git 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
@@ -114,7 +114,6 @@ struct _SummaryView
gboolean display_msg;
- GdkColor color_important;
SummaryColumnState col_state[N_SUMMARY_COLS];
gint col_pos[N_SUMMARY_COLS];