summaryrefslogtreecommitdiff
path: root/gtk/gtkiconcache.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-01-14 14:19:21 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-01-14 14:19:21 +0000
commit824e2c74bbe295963f50d904dbf5220675e90575 (patch)
tree2f69a147be6804d17e37690fa3289bd863529df1 /gtk/gtkiconcache.c
parent06c6c39eb304ad5f86af7fa51302c78959763c98 (diff)
downloadgtk+-824e2c74bbe295963f50d904dbf5220675e90575.tar.gz
remove unused variable.
2008-01-14 Michael Natterer <mitch@imendio.com> * gtk/gtkiconcache.c (find_image_offset): remove unused variable. svn path=/trunk/; revision=19367
Diffstat (limited to 'gtk/gtkiconcache.c')
-rw-r--r--gtk/gtkiconcache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkiconcache.c b/gtk/gtkiconcache.c
index c8a90e20ad..2a62f9b311 100644
--- a/gtk/gtkiconcache.c
+++ b/gtk/gtkiconcache.c
@@ -224,7 +224,6 @@ find_image_offset (GtkIconCache *cache,
guint32 chain_offset;
int hash;
guint32 image_list_offset, n_images;
- gboolean found = FALSE;
int i;
chain_offset = cache->last_chain_offset;