From 402a7b74cb3f63247cb0451f7470e72aa42a53f2 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 27 Nov 2008 12:30:10 +0000 Subject: [PATCH] Remove unused variable. --- src/exif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/exif.c b/src/exif.c index 5a20c4c9..29230853 100644 --- a/src/exif.c +++ b/src/exif.c @@ -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; -- 2.20.1