diff options
author | Larry Ewing <lewing@src.gnome.org> | 2004-06-12 02:07:54 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2004-06-12 02:07:54 +0800 |
commit | a27609a6b301222bf615bfa0375dd88f1995af7d (patch) | |
tree | f0a2c50627ea4c117c3a1d0ee148d611979a5664 /widgets/misc | |
parent | a5cbaf1e09a00025cca1168fd0bc1a73a3a0ecaf (diff) | |
download | gsoc2013-evolution-a27609a6b301222bf615bfa0375dd88f1995af7d.tar.gz gsoc2013-evolution-a27609a6b301222bf615bfa0375dd88f1995af7d.tar.zst gsoc2013-evolution-a27609a6b301222bf615bfa0375dd88f1995af7d.zip |
(pixbuf_cell_data_func): clean up warnings. (double bad larry).
svn path=/trunk/; revision=26315
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-source-selector.c | 5 |
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); |