Mercurial > geeqie.yaz
changeset 561:977b9bbd0e9b
Remove useless thumbs_list from ViewFileIcon.
author | zas_ |
---|---|
date | Sat, 03 May 2008 15:09:21 +0000 |
parents | ebb2c2b1454d |
children | 544958ddd70e |
files | src/typedefs.h src/view_file_icon.c |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/typedefs.h Sat May 03 12:50:52 2008 +0000 +++ b/src/typedefs.h Sat May 03 15:09:21 2008 +0000 @@ -707,7 +707,6 @@ /* thumbs */ gint thumbs_running; - GList *thumbs_list; gint thumbs_count; ThumbLoader *thumbs_loader; FileData *thumbs_fd; @@ -749,7 +748,6 @@ /* thumbs */ gint thumbs_running; - GList *thumbs_list; gint thumbs_count; ThumbLoader *thumbs_loader; FileData *thumbs_fd;