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
This commit is contained in:
Michael Natterer
2008-01-14 14:19:21 +00:00
committed by Michael Natterer
parent 06c6c39eb3
commit 824e2c74bb
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,8 @@
2008-01-14 Michael Natterer <mitch@gimp.org>
2008-01-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkiconcache.c (find_image_offset): remove unused variable.
2008-01-14 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilesystemmodel.c (drag_source_drag_data_get): cast
"uris" to guchar* when passing it to gtk_selection_data_set().

View File

@ -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;