From eda2f27c5127436ce5be82c8353deff3be22800c Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 11 Feb 2011 18:04:05 +0000 Subject: [PATCH] background: Remove unused settings struct member --- panels/background/gnome-wp-xml.h | 1 - 1 file changed, 1 deletion(-) diff --git a/panels/background/gnome-wp-xml.h b/panels/background/gnome-wp-xml.h index a4b9a6af7..5e04c6a48 100644 --- a/panels/background/gnome-wp-xml.h +++ b/panels/background/gnome-wp-xml.h @@ -31,7 +31,6 @@ struct _GnomeWpXml { GHashTable *wp_hash; GnomeDesktopThumbnailFactory *thumb_factory; - GSettings *settings; gint thumb_height; gint thumb_width; GtkListStore *wp_model;