talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b3b2d2c84562912a3402eaea449587d6fa6fd647
parent a5c8092f06252c6cd9b000690a8190d77a8ceed2
Author: Colin Leroy <colin@colino.net>
Date:   Sun, 24 Jan 2016 20:11:41 +0100

Fix unused variable warning

Diffstat:
Msrc/inc.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/inc.c b/src/inc.c @@ -716,7 +716,6 @@ static gint inc_start(IncProgressDialog *inc_dialog) for(msglist_element = msglist; msglist_element != NULL; msglist_element = msglist_element->next) { - MsgInfo *msginfo = (MsgInfo *)msglist_element->data; procmsg_msginfo_free((MsgInfo**)&(msglist_element->data)); } folder_item_update_thaw();