background: remove unused variables

This commit is contained in:
Bastien Nocera 2010-09-20 18:00:19 +01:00
parent 6e7b3774c0
commit 2db5695c9f

View file

@ -475,7 +475,6 @@ preview_expose_cb (GtkWidget *widget,
const gint preview_x = 45; const gint preview_x = 45;
const gint preview_y = 84; const gint preview_y = 84;
GdkPixbuf *preview, *temp; GdkPixbuf *preview, *temp;
gfloat scale;
gint size; gint size;
cr = gdk_cairo_create (gtk_widget_get_window (widget)); 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 }; "sources-liststore", "background-panel", "sizegroup", NULL };
GError *err = NULL; GError *err = NULL;
GtkWidget *widget; GtkWidget *widget;
gint width, height;
GtkListStore *store; GtkListStore *store;
gchar *filename; gchar *filename;