diff --git a/src/imlib.c b/src/imlib.c index 71b0a81446e9df48fdbbe7cbe39f2a3cdbaa0107..290ec8f20e59bbb935b18526045bf1f8bb08d0d9 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)