aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-source-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-source-selector.c')
-rw-r--r--widgets/misc/e-source-selector.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/widgets/misc/e-source-selector.c b/widgets/misc/e-source-selector.c
index fd1cd82c6d..7891a53281 100644
--- a/widgets/misc/e-source-selector.c
+++ b/widgets/misc/e-source-selector.c
@@ -376,8 +376,6 @@ text_cell_data_func (GtkTreeViewColumn *column,
NULL);
} else {
ESource *source;
- guint32 color;
- gboolean has_color;
g_assert (E_IS_SOURCE (data));
source = E_SOURCE (data);
@@ -410,8 +408,7 @@ pixbuf_cell_data_func (GtkTreeViewColumn *column,
} else {
ESource *source;
guint32 color;
- gboolean has_color;
- GdkPixbuf *pixbuf = NULL;
+ GdkPixbuf *pixbuf;
g_assert (E_IS_SOURCE (data));
source = E_SOURCE (data);