From 9b4341e12c6be32b654478cdf3a4e8a631c4e31f Mon Sep 17 00:00:00 2001
From: Niclas Zeising <zeising@daemonic.se>
Date: Mon, 25 Sep 2017 18:54:24 +0200
Subject: Remove unused variable

---
 src/imlib.c | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'src')

diff --git a/src/imlib.c b/src/imlib.c
index 71b0a81..290ec8f 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -207,10 +207,6 @@ int feh_load_image(Imlib_Image * im, feh_file * file)
 	char *tmpname = NULL;
 	char *real_filename = NULL;
 
-#ifdef HAVE_LIBEXIF
-	ExifEntry *entry;
-#endif
-
 	D(("filename is %s, image is %p\n", file->filename, im));
 
 	if (!file || !file->filename)
-- 
cgit v1.2.3