diff options
author | Niclas Zeising <zeising@daemonic.se> | 2017-09-25 18:54:24 +0200 |
---|---|---|
committer | Niclas Zeising <zeising@daemonic.se> | 2017-09-26 21:42:30 +0200 |
commit | 9b4341e12c6be32b654478cdf3a4e8a631c4e31f (patch) | |
tree | dcd359ab62c80888b7a7bf41aaa58e13100ee785 | |
parent | 1ed8c69012eb238082dc4bb6befa10fc7b9426fa (diff) |
Remove unused variable
-rw-r--r-- | src/imlib.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) |