changeset 14763:175d85e4c8fa

[gaim-migrate @ 17520] This is no longer an issue as of datallah's commit, revision #17509 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 18 Oct 2006 15:27:38 +0000
parents 6dfb8f540cae
children f0292b71104b
files libgaim/protocols/msn/user.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/protocols/msn/user.c	Wed Oct 18 06:02:39 2006 +0000
+++ b/libgaim/protocols/msn/user.c	Wed Oct 18 15:27:38 2006 +0000
@@ -55,12 +55,6 @@
 {
 	g_return_if_fail(user != NULL);
 
-	/*
-	 * TODO: If any GaimBuddy->proto_data pointers point to this
-	 *       MsnUser then set them to NULL.  Or possibly even better,
-	 *       don't set GaimBuddy->proto_data in the first place.
-	 */
-
 	if (user->clientcaps != NULL)
 		g_hash_table_destroy(user->clientcaps);