comparison src/server.c @ 13663:b76c6de0c3b5

[gaim-migrate @ 16065] Kill a number of trivial UNUSED_VALUE "defects": CID 155 CID 156 CID 157 CID 158 CID 159 CID 160 CID 161 CID 162 CID 163 CID 165 CID 166 CID 167 CID 173 CID 174 CID 177 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 19 Apr 2006 05:50:50 +0000
parents 2ec69a9763a5
children 99688ab310c8
comparison
equal deleted inserted replaced
13662:b198d0c26b83 13663:b76c6de0c3b5
723 void serv_got_chat_left(GaimConnection *g, int id) 723 void serv_got_chat_left(GaimConnection *g, int id)
724 { 724 {
725 GSList *bcs; 725 GSList *bcs;
726 GaimConversation *conv = NULL; 726 GaimConversation *conv = NULL;
727 GaimConvChat *chat = NULL; 727 GaimConvChat *chat = NULL;
728 GaimAccount *account;
729
730 account = gaim_connection_get_account(g);
731 728
732 for (bcs = g->buddy_chats; bcs != NULL; bcs = bcs->next) { 729 for (bcs = g->buddy_chats; bcs != NULL; bcs = bcs->next) {
733 conv = (GaimConversation *)bcs->data; 730 conv = (GaimConversation *)bcs->data;
734 731
735 chat = GAIM_CONV_CHAT(conv); 732 chat = GAIM_CONV_CHAT(conv);