diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-10-01 19:59:55 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-10-01 19:59:55 +0800 |
commit | d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6 (patch) | |
tree | 19b2a4c904b943ceca28e0e02976e97790cbc1e2 /lib | |
parent | 13c354e4a70e0e9f32971e1e9444b3d9af3b7125 (diff) | |
download | gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar.gz gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar.bz2 gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar.lz gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar.xz gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.tar.zst gsoc2013-epiphany-d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6.zip |
Fix compile warnings.
2006-10-01 Christian Persch <chpe@cvs.gnome.org>
* 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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-spinner.c | 7 |
1 files changed, 1 insertions, 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. |