diff mcabber/src/xmpp.c @ 1665:1a4890514eb9

Clean up some dead assignments/dead variables
author Ulrich Spörlein
date Tue, 02 Feb 2010 19:44:39 +0100
parents dcb0b4522ded
children
line wrap: on
line diff
--- a/mcabber/src/xmpp.c	Sat Jan 30 17:54:58 2010 +0200
+++ b/mcabber/src/xmpp.c	Tue Feb 02 19:44:39 2010 +0100
@@ -1099,8 +1099,7 @@
     // Make sure this is a room (it can be a conversion user->room)
     room_elt = roster_find(bjid, jidsearch, 0);
     if (!room_elt) {
-      room_elt = roster_add_user(bjid, NULL, NULL, ROSTER_TYPE_ROOM,
-                                 sub_none, -1);
+      roster_add_user(bjid, NULL, NULL, ROSTER_TYPE_ROOM, sub_none, -1);
     } else {
       buddy_settype(room_elt->data, ROSTER_TYPE_ROOM);
     }
@@ -1460,10 +1459,8 @@
   if (mstype == LM_MESSAGE_SUB_TYPE_SUBSCRIBE) {
     /* The sender wishes to subscribe to our presence */
     const char *msg;
-    int isagent;
     eviqs *evn;
 
-    isagent = (roster_gettype(r) & ROSTER_TYPE_AGENT) != 0;
     msg = lm_message_node_get_child_value(m->node, "status");
 
     buf = g_strdup_printf("<%s> wants to subscribe to your presence updates",