<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -269,24 +269,6 @@ msn_got_add_contact (MsnSession *session,
 
         pn_info (&quot;reverse list add: [%s]&quot;, passport);
 
-        /** @todo display a non-intrusive message */
-#if 0
-        PurpleConversation *convo;
-        convo = purple_find_conversation_with_account (PURPLE_CONV_TYPE_IM, passport, account);
-        if (convo)
-        {
-            PurpleBuddy *buddy;
-            gchar *msg;
-
-            buddy = purple_find_buddy (account, passport);
-            msg = g_strdup_printf (_(&quot;%s has added you to his or her buddy list.&quot;),
-                                   buddy ? purple_buddy_get_contact_alias(buddy) : passport);
-            purple_conv_im_write (PURPLE_CONV_IM (convo), passport, msg,
-                                  PURPLE_MESSAGE_SYSTEM, time (NULL));
-            g_free (msg);
-        }
-#endif
-
         if (!(contact-&gt;list_op &amp; (MSN_LIST_AL_OP | MSN_LIST_BL_OP)))
         {
             got_new_entry (gc, contact,
@@ -333,26 +315,6 @@ msn_got_rem_contact (MsnSession *session,
     {
         purple_privacy_deny_remove (account, passport, TRUE);
     }
-    else if (list_id == MSN_LIST_RL)
-    {
-        PurpleConversation *convo;
-
-        pn_info (&quot;reverse list rem: [%s]&quot;, passport);
-
-        convo = purple_find_conversation_with_account (PURPLE_CONV_TYPE_IM, passport, account);
-        if (convo)
-        {
-            PurpleBuddy *buddy;
-            gchar *msg;
-
-            buddy = purple_find_buddy (account, passport);
-            msg = g_strdup_printf (_(&quot;%s has removed you from his or her buddy list.&quot;),
-                                   buddy ? purple_buddy_get_contact_alias (buddy) : passport);
-            purple_conv_im_write (PURPLE_CONV_IM (convo), passport, msg,
-                                  PURPLE_MESSAGE_SYSTEM, time (NULL));
-            g_free (msg);
-        }
-    }
 
     contact-&gt;list_op &amp;= ~(1 &lt;&lt; list_id);
     /* purple_contact_remove_list_id (contact, list_id); */</diff>
      <filename>ab/pn_contactlist.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4c8ce3db4ac339a26c6cb851f71b48713a853688</id>
    </parent>
  </parents>
  <author>
    <name>Devid Antonio Filoni</name>
    <email>devidfil@gmail.com</email>
  </author>
  <url>http://github.com/felipec/msn-pecan/commit/740959afd463a3657d24ae4a213a7d62b652be86</url>
  <id>740959afd463a3657d24ae4a213a7d62b652be86</id>
  <committed-date>2009-07-18T16:02:52-07:00</committed-date>
  <authored-date>2009-07-18T14:50:36-07:00</authored-date>
  <message>contactlist: remove useless stuff

Signed-off-by: Devid Antonio Filoni &lt;devidfil@gmail.com&gt;
Signed-off-by: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;</message>
  <tree>d5cf7e4a8fbd3f6f148871ea84680e30f9f884d5</tree>
  <committer>
    <name>Felipe Contreras</name>
    <email>felipe.contreras@gmail.com</email>
  </committer>
</commit>
