From 6206ca48113d6790e5681d98ef2b89fd2a1d44da Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Aug 2011 22:39:49 +0200 Subject: Various code fixups * remove unused variable Im1 in filelist.c * options are initialised as 0, so only explicitly set those to 0 for which it makes sense because of their context * Make a few warnings about wrong option combinations fatal --- src/filelist.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/filelist.c') diff --git a/src/filelist.c b/src/filelist.c index d83b8df..215f371 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -462,7 +462,6 @@ gib_list *feh_read_filelist(char *filename) FILE *fp; gib_list *list = NULL; char s[1024], s1[1024]; - Imlib_Image im1; if (!filename) return(NULL); -- cgit v1.2.3