# HG changeset patch # User zas_ # Date 1207260792 0 # Node ID 1f5aed61644b8d1461c239b926d430f5fd4590ae # Parent 5b5376acdf7c86dd4a8b35ae3e4f6c59912c223c Remove unused variables. diff -r 5b5376acdf7c -r 1f5aed61644b src/filelist.c --- 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;