Mercurial > geeqie
comparison src/pan-view.c @ 250:22ed43d4c849
Drop a bunch of unused variables.
author | zas_ |
---|---|
date | Thu, 03 Apr 2008 22:20:42 +0000 |
parents | f6e307c7bad6 |
children | 9faf34f047b1 |
comparison
equal
deleted
inserted
replaced
249:c1d7b6d5f228 | 250:22ed43d4c849 |
---|---|
684 | 684 |
685 needle = haystack; | 685 needle = haystack; |
686 while (needle) | 686 while (needle) |
687 { | 687 { |
688 PanCacheData *pc; | 688 PanCacheData *pc; |
689 gchar *path; | 689 |
690 | |
691 pc = needle->data; | 690 pc = needle->data; |
692 if (pc->fd == fd) | 691 if (pc->fd == fd) |
693 { | 692 { |
694 if (pc->cd && pc->cd->have_date && pc->cd->date >= 0) | 693 if (pc->cd && pc->cd->have_date && pc->cd->date >= 0) |
695 { | 694 { |