diff src/exiv2.cc @ 1016:9865e22d05f3

Fix two minor compilation warnings.
author zas_
date Sun, 31 Aug 2008 08:13:36 +0000
parents 68b0cb6ca8f0
children 448d174454e1
line wrap: on
line diff
--- a/src/exiv2.cc	Sat Aug 30 20:15:47 2008 +0000
+++ b/src/exiv2.cc	Sun Aug 31 08:13:36 2008 +0000
@@ -674,7 +674,6 @@
 
 extern "C" guchar *exif_get_preview(ExifData *exif, guint *data_len)
 {
-	int success;
 	unsigned long offset;
 
 	if (!exif) return NULL;