comparison src/protocols/msn/notification.c @ 13711:967ef719cb62

[gaim-migrate @ 16115] Resolve some unused value CIDs. This changeset just removes dead code. jabber chat.c CID 180 CID 181 msn httpconn.c CID 179 msn.c CID 185 CID 186 notification.c CID 189 slp.c CID 183 CID 184 switchboard.c CID 178 sync.c CID 187 CID 188 user.c CID 182 novell novell.c CID 190 sametime sametime.c CID 214 CID 215 yahoo yahoo.c CID 200 CID 201 CID 202 yahoo_doodle.c CID 168 CID 169 yahoo_filexfer.c CID 170 CID 171 CID 172 committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 May 2006 20:37:37 +0000
parents 3cfdf1653a64
children 995aea35b05c
comparison
equal deleted inserted replaced
13710:848c9685ecc7 13711:967ef719cb62
555 } 555 }
556 556
557 static void 557 static void
558 adg_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) 558 adg_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd)
559 { 559 {
560 MsnGroup *group;
561 MsnSession *session; 560 MsnSession *session;
562 gint group_id; 561 gint group_id;
563 const char *group_name; 562 const char *group_name;
564 563
565 session = cmdproc->session; 564 session = cmdproc->session;
566 565
567 group_id = atoi(cmd->params[3]); 566 group_id = atoi(cmd->params[3]);
568 567
569 group_name = gaim_url_decode(cmd->params[2]); 568 group_name = gaim_url_decode(cmd->params[2]);
570 569
571 group = msn_group_new(session->userlist, group_id, group_name); 570 msn_group_new(session->userlist, group_id, group_name);
572 571
573 /* There is a user that must me moved to this group */ 572 /* There is a user that must me moved to this group */
574 if (cmd->trans->data) 573 if (cmd->trans->data)
575 { 574 {
576 /* msn_userlist_move_buddy(); */ 575 /* msn_userlist_move_buddy(); */