Commit 444a28c3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove dead code

closes #458
parent 9a9e3b11
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;