Remove unused variable.
authorLaurent Monin <geeqie@norz.org>
Thu, 27 Nov 2008 12:30:10 +0000 (12:30 +0000)
committerLaurent Monin <geeqie@norz.org>
Thu, 27 Nov 2008 12:30:10 +0000 (12:30 +0000)
src/exif.c

index 5a20c4c..2923085 100644 (file)
@@ -1612,7 +1612,6 @@ static GList *exif_unmap_list = 0;
 
 guchar *exif_get_preview(ExifData *exif, guint *data_len, gint requested_width, gint requested_height)
 {
-       int success;
        guint offset;
        const gchar* path;
        struct stat st;