From 2db5695c9f1569260f7f08baa0ec19649cb844e8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 20 Sep 2010 18:00:19 +0100 Subject: [PATCH] background: remove unused variables --- panels/background/cc-background-panel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/panels/background/cc-background-panel.c b/panels/background/cc-background-panel.c index d7a1ed925..5a86d32a1 100644 --- a/panels/background/cc-background-panel.c +++ b/panels/background/cc-background-panel.c @@ -475,7 +475,6 @@ preview_expose_cb (GtkWidget *widget, const gint preview_x = 45; const gint preview_y = 84; GdkPixbuf *preview, *temp; - gfloat scale; gint size; cr = gdk_cairo_create (gtk_widget_get_window (widget)); @@ -600,7 +599,6 @@ cc_background_panel_init (CcBackgroundPanel *self) "sources-liststore", "background-panel", "sizegroup", NULL }; GError *err = NULL; GtkWidget *widget; - gint width, height; GtkListStore *store; gchar *filename;