Mercurial > pidgin
changeset 17659:8caecd2c079c
Clean up old comments.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Sun, 24 Jun 2007 05:08:02 +0000 |
parents | 4f65f25f9447 |
children | cbda7f26d27d |
files | libpurple/protocols/myspace/myspace.c |
diffstat | 1 files changed, 0 insertions(+), 22 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.c Sun Jun 24 05:07:43 2007 +0000 +++ b/libpurple/protocols/myspace/myspace.c Sun Jun 24 05:08:02 2007 +0000 @@ -1686,8 +1686,6 @@ purple_notify_error(NULL, NULL, _("Failed to remove buddy"), _("blocklist command failed")); return; } - - /* TODO: update blocklist */ } /** Return whether the buddy can be messaged while offline. @@ -2021,17 +2019,6 @@ msim_msg_dump("msim_lookup_user: data=%s\n", (MsimMessage *)data); - /* TODO: check if this user's info was cached and fresh; if so return immediately */ -#if 0 - /* If already know userid, then call callback immediately */ - cached_userid = g_hash_table_lookup(session->userid_cache, who); - if (cached_userid && !by_userid) - { - cb(cached_userid, NULL, NULL, data); - return; - } -#endif - /* Setup callback. Response will be associated with request using 'rid'. */ rid = msim_new_reply_callback(session, cb, data); @@ -2137,15 +2124,6 @@ /* TODO: if (full), do something different */ - /* TODO: move to buddy profile - purple_notify_user_info_add_pair(user_info, "User ID", - g_strdup_printf("%d", purple_blist_node_get_int(&buddy->node, "UserID"))); - */ - - /* Already shown in status text. - purple_notify_user_info_add_pair(user_info, "Display Name", - purple_blist_node_get_string(&buddy->node, "DisplayName")); */ - /* Useful to identify the account the tooltip refers to. Other prpls show this. */ purple_notify_user_info_add_pair(user_info, _("User Name"), (purple_blist_node_get_string(&buddy->node, "UserName")));