Mercurial > geeqie
changeset 248:1f5aed61644b
Remove unused variables.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 22:13:12 +0000 |
parents | 5b5376acdf7c |
children | c1d7b6d5f228 |
files | src/filelist.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/filelist.c Thu Apr 03 22:09:36 2008 +0000 +++ b/src/filelist.c Thu Apr 03 22:13:12 2008 +0000 @@ -492,7 +492,6 @@ void sidecar_ext_write(FILE *f) { - GList *work; fprintf(f, "\nsidecar_ext: \"%s\"\n", sidecar_ext_to_string()); } @@ -794,7 +793,6 @@ static void file_data_check_sidecars(FileData *fd) { - int i = 0; int base_len = fd->extension - fd->path; GString *fname = g_string_new_len(fd->path, base_len); FileData *parent_fd = NULL;