Commit 9b4341e1 authored by Niclas Zeising's avatar Niclas Zeising
Browse files

Remove unused variable

parent 1ed8c690
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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)