Mercurial > geeqie.yaz
changeset 236:92ac59ffd928
Drop unused variable.
| author | zas_ |
|---|---|
| date | Thu, 03 Apr 2008 20:40:15 +0000 |
| parents | a154d41fd666 |
| children | 404629011caa |
| files | src/collect-io.c |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/collect-io.c Thu Apr 03 20:38:59 2008 +0000 +++ b/src/collect-io.c Thu Apr 03 20:40:15 2008 +0000 @@ -528,8 +528,6 @@ static void collect_manager_entry_free(CollectManagerEntry *entry) { - GList *work; - collection_manager_entry_list = g_list_remove(collection_manager_entry_list, entry); collect_manager_entry_free_data(entry);
