From 7e9262a4c018f3a7a5056ae7e2dc6daaced87222 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 30 Aug 2012 14:14:22 +0200 Subject: [PATCH] Drop 2 unused variables. --- src/jpeg_parser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jpeg_parser.c b/src/jpeg_parser.c index 4fc83329..2d6b9258 100644 --- a/src/jpeg_parser.c +++ b/src/jpeg_parser.c @@ -262,8 +262,6 @@ static gint mpo_parse_Attributes_IFD_entry(const guchar *tiff, guint offset, guint format; guint count; guint data_val; - guint data_offset; - guint data_length; MPOEntry *mpe = data; -- 2.20.1