diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-02-01 18:36:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-02-01 18:36:44 +0100 |
commit | 444a28c3d0ef6618a3b674466a241456a5d7d534 (patch) | |
tree | 9f45ccfd85ec541742087043eefdde358dc60e28 /src | |
parent | 9a9e3b1191767d93b53698318f3f90340b9bfa3e (diff) |
Remove dead code
closes #458
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 0 insertions, 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; |