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:

committed by
Michael Natterer

parent
06c6c39eb3
commit
824e2c74bb
@ -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().
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user