From 444a28c3d0ef6618a3b674466a241456a5d7d534 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 Feb 2019 18:36:44 +0100 Subject: Remove dead code closes #458 --- src/options.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/options.c b/src/options.c index 34e248e..c9b5a1c 100644 --- a/src/options.c +++ b/src/options.c @@ -834,8 +834,6 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) add_file_to_filelist_recursively(".", FILELIST_FIRST); } } - else if (finalrun && !opt.filelistfile && !opt.bgmode) - add_file_to_filelist_recursively(".", FILELIST_FIRST); /* So that we can safely be called again */ optind = 0; -- cgit v1.2.3