Skip to content

Commit

Permalink
Remove useless thumbs_list from ViewFileIcon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed May 3, 2008
1 parent e1c39fa commit fd7d8c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ struct _ViewFileInfoIcon

/* thumbs */
gint thumbs_running;
GList *thumbs_list;
gint thumbs_count;
ThumbLoader *thumbs_loader;
FileData *thumbs_fd;
Expand Down Expand Up @@ -749,7 +748,6 @@ struct _ViewFileIcon
/* thumbs */

gint thumbs_running;
GList *thumbs_list;
gint thumbs_count;
ThumbLoader *thumbs_loader;
FileData *thumbs_fd;
Expand Down
2 changes: 0 additions & 2 deletions src/view_file_icon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1885,8 +1885,6 @@ static void vficon_thumb_cleanup(ViewFileIcon *vfi)
{
vficon_thumb_status(vfi, 0.0, NULL);

g_list_free(vfi->thumbs_list);
vfi->thumbs_list = NULL;
vfi->thumbs_count = 0;
vfi->thumbs_running = FALSE;

Expand Down

0 comments on commit fd7d8c5

Please sign in to comment.