changeset 5155:b31ad163de3b

[gaim-migrate @ 5519] I wasn't sure if this was a good idea back when I did it... Now i'm sure it was a bad call. Just made it confusing. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 18 Apr 2003 00:21:39 +0000
parents 48f662de029b
children 3db711442e0f
files src/protocols/msn/msn.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Fri Apr 18 00:18:20 2003 +0000
+++ b/src/protocols/msn/msn.c	Fri Apr 18 00:21:39 2003 +0000
@@ -2001,7 +2001,6 @@
 
 G_MODULE_EXPORT void msn_init(struct prpl *ret)
 {
-	struct proto_user_split *pus;
 	struct proto_user_opt *puo;
 	ret->protocol = PROTO_MSN;
 	ret->options = OPT_PROTO_MAIL_CHECK;
@@ -2042,13 +2041,6 @@
 	ret->file_transfer_read = msn_file_transfer_read;
 #endif
 
-	pus = g_new0(struct proto_user_split, 1);
-	pus->sep = '@';
-	pus->label = g_strdup(_("Server:"));
-	pus->def = g_strdup("hotmail.com");
-	ret->user_splits = g_list_append(ret->user_splits, pus);
-
-
 	puo = g_new0(struct proto_user_opt, 1);
 	puo->label = g_strdup(_("Login Server:"));
 	puo->def = g_strdup(MSN_SERVER);