diff options
Diffstat (limited to 'src/filelist.c')
-rw-r--r-- | src/filelist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |