From d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 1 Oct 2006 11:59:55 +0000 Subject: Fix compile warnings. 2006-10-01 Christian Persch * lib/widgets/ephy-spinner.c: (ephy_spinner_images_load), (ephy_spinner_cache_get_images), (bump_spinner_frame_cb): * lib/widgets/testspinner.c: (add_spinner), (main): Fix compile warnings. --- lib/widgets/ephy-spinner.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index a833b26d5..6ce55775c 100644 --- a/lib/widgets/ephy-spinner.c +++ b/lib/widgets/ephy-spinner.c @@ -241,7 +241,7 @@ ephy_spinner_images_load (GdkScreen *screen, GdkPixbuf *rest_pixbuf = NULL; GdkPixbuf *icon_pixbuf, *pixbuf; GtkIconInfo *icon_info = NULL; - int grid_width, grid_height, x, y, requested_size, size, h, w, isw, ish, n; + int grid_width, grid_height, x, y, requested_size, size, isw, ish, n; const char *icon; GSList *list = NULL, *l; @@ -418,10 +418,6 @@ ephy_spinner_cache_get_images (EphySpinnerCache *cache, EphySpinnerCachePrivate *priv = cache->priv; EphySpinnerCacheData *data; EphySpinnerImages *images; - GtkSettings *settings; - GdkPixbuf *pixbuf, *scaled_pixbuf; - GList *element, *l; - int h, w; LOG ("Getting animation images for screen %p at size %d", screen, icon_size); @@ -720,7 +716,6 @@ static gboolean bump_spinner_frame_cb (EphySpinner *spinner) { EphySpinnerDetails *details = spinner->details; - GList *frame; /* This can happen when we've unloaded the images on a theme * change, but haven't been in the queued size request yet. -- cgit v1.2.3