Mercurial > geeqie.yaz
diff src/filelist.c @ 248:1f5aed61644b
Remove unused variables.
| author | zas_ |
|---|---|
| date | Thu, 03 Apr 2008 22:13:12 +0000 |
| parents | cce347409480 |
| children | 4f526d436873 |
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;
